parsley/spec/factories/ingredient_units.rb

9 lines
114 B
Ruby
Raw Normal View History

2018-03-29 01:57:00 -05:00
FactoryBot.define do
2016-07-05 16:31:36 -05:00
factory :ingredient_unit do
ingredient
name 'Each'
gram_weight 10.5
end
end