continuing the refactor of the admin section
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
FactoryGirl.define do
|
||||
factory :product do
|
||||
sequence(:name){|i| "Product#{i}"}
|
||||
price 34.95
|
||||
association :supplier
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user