End of day commit

This commit is contained in:
2014-07-21 20:31:11 +02:00
parent 2fec0b3bb6
commit 8ca59c4e38
27 changed files with 258 additions and 94 deletions
+3
View File
@@ -9,5 +9,8 @@ FactoryGirl.define do
trait :active do
state 'active'
end
trait :cancelled do
state 'cancelled'
end
end
end