7 lines
59 B
Ruby
7 lines
59 B
Ruby
FactoryGirl.define do
|
|
factory :recipe do
|
|
|
|
end
|
|
|
|
end
|