9 lines
115 B
Ruby
9 lines
115 B
Ruby
|
FactoryGirl.define do
|
||
|
factory :ingredient_unit do
|
||
|
ingredient
|
||
|
name 'Each'
|
||
|
gram_weight 10.5
|
||
|
end
|
||
|
|
||
|
end
|