many changes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
FactoryGirl.define do
|
||||
factory :list do
|
||||
association :table
|
||||
association :supplier
|
||||
end
|
||||
end
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
FactoryGirl.define do
|
||||
factory :user do
|
||||
email "test@example.com"
|
||||
password "secret"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user