Skip to content

Commit a8f20ed

Browse files
committed
Set time zone for example group.
1 parent 259681a commit a8f20ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/examples/from_ical_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,10 @@ def sorted_ical(ical)
253253
end
254254
end
255255

256-
describe 'monthly frequency' do
256+
describe 'monthly frequency', system_time_zone: "America/Chicago" do
257257
it 'matches simple monthly' do
258258
start_time = Time.now
259-
259+
puts Time.now
260260
schedule = IceCube::Schedule.new(start_time)
261261
schedule.add_recurrence_rule(IceCube::Rule.monthly)
262262

0 commit comments

Comments
 (0)