parsley/spec/factories/recipe_ingredients.rb
2016-01-12 18:43:00 -06:00

7 lines
70 B
Ruby

FactoryGirl.define do
factory :recipe_ingredient do
end
end