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

7 lines
63 B
Ruby

FactoryGirl.define do
factory :ingredient do
end
end