Skip to content

Commit 54dc858

Browse files
committed
Stop converting to DateTime
1 parent bab0783 commit 54dc858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/factories/events.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
contact_email { "[email protected]" }
77
start_date { 25.days.from_now }
88
end_date { 30.days.from_now }
9-
closes_at { 3.weeks.from_now.to_datetime }
9+
closes_at { 3.weeks.from_now }
1010
end
1111
end

0 commit comments

Comments
 (0)