8 lines
86 B
Ruby
8 lines
86 B
Ruby
|
|
FactoryGirl.define do
|
||
|
|
factory :recipe_step do
|
||
|
|
number 1
|
||
|
|
step "MyText"
|
||
|
|
end
|
||
|
|
|
||
|
|
end
|