many changes

This commit is contained in:
2012-12-03 18:39:36 +01:00
parent e3dc6a7c68
commit 7d64ab2022
37 changed files with 540 additions and 101 deletions
+1
View File
@@ -1,5 +1,6 @@
FactoryGirl.define do
factory :list do
association :table
association :supplier
end
end
+6
View File
@@ -0,0 +1,6 @@
FactoryGirl.define do
factory :user do
email "test@example.com"
password "secret"
end
end