parsley/spec/factories/recipe_ingredients.rb

9 lines
107 B
Ruby
Raw Normal View History

2018-03-29 01:57:00 -05:00
FactoryBot.define do
2016-01-12 18:43:00 -06:00
factory :recipe_ingredient do
2016-01-14 15:22:15 -06:00
sort_order 1
2018-07-13 15:42:08 -05:00
recipe
ingredient
2016-01-12 18:43:00 -06:00
end
end