diff --git a/spec/factories/events.rb b/spec/factories/events.rb index 11c600f3..848080ab 100644 --- a/spec/factories/events.rb +++ b/spec/factories/events.rb @@ -10,14 +10,6 @@ introduction { Faker::Lorem.sentence } conclusion { Faker::Lorem.paragraph } - trait :upcoming do - starts_at { Faker::Date.forward(14) } - end - - trait :past do - starts_at { Faker::Date.backward(14) } - end - trait :proposed do state "proposed" end