before switch to ubuntu commit since apple has issues

This commit is contained in:
2015-08-13 12:54:02 +02:00
parent 6b764fcd39
commit 919474b54c
17 changed files with 81 additions and 41 deletions
+3
View File
@@ -2,5 +2,8 @@ FactoryGirl.define do
factory :list do
association :table
association :supplier #TODO warning! this may create a different supplier than the one created by the associated table
trait :active do
#default
end
end
end