Skip to content

Commit

Permalink
closes #105
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiedeziel committed Mar 8, 2016
1 parent 5887504 commit 3bc38a4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions spec/factories/events.rb
Expand Up @@ -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
Expand Down

0 comments on commit 3bc38a4

Please sign in to comment.