We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259681a commit a8f20edCopy full SHA for a8f20ed
spec/examples/from_ical_spec.rb
@@ -253,10 +253,10 @@ def sorted_ical(ical)
253
end
254
255
256
- describe 'monthly frequency' do
+ describe 'monthly frequency', system_time_zone: "America/Chicago" 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