Skip to content

Commit 3bc38a4

Browse files
committed
closes #105
1 parent 5887504 commit 3bc38a4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

spec/factories/events.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
1010
introduction { Faker::Lorem.sentence }
1111
conclusion { Faker::Lorem.paragraph }
1212

13-
trait :upcoming do
14-
starts_at { Faker::Date.forward(14) }
15-
end
16-
17-
trait :past do
18-
starts_at { Faker::Date.backward(14) }
19-
end
20-
2113
trait :proposed do
2214
state "proposed"
2315
end

0 commit comments

Comments
 (0)