We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f20ed commit af3522cCopy full SHA for af3522c
spec/examples/from_ical_spec.rb
@@ -94,7 +94,7 @@ module IceCube
94
95
end
96
97
- describe Schedule, 'from_ical' do
+ describe Schedule, 'from_ical', system_time_zone: "America/Chicago" do
98
99
ical_string = <<-ICAL.gsub(/^\s*/, '')
100
DTSTART:20130314T201500Z
@@ -253,10 +253,9 @@ def sorted_ical(ical)
253
254
255
256
- describe 'monthly frequency', system_time_zone: "America/Chicago" do
+ describe 'monthly frequency' do
257
it 'matches simple monthly' do
258
start_time = Time.now
259
- puts Time.now
260
schedule = IceCube::Schedule.new(start_time)
261
schedule.add_recurrence_rule(IceCube::Rule.monthly)
262
0 commit comments