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 620b329 commit 8b8096bCopy full SHA for 8b8096b
spec/examples/recur_spec.rb
@@ -12,7 +12,7 @@
12
schedule.remaining_occurrences(start_time).size.should == 24 - schedule.start_time.hour
13
end
14
15
- it 'should get the proper ramining occurrences past the end of the year' do
+ it 'should get the proper remaining occurrences past the end of the year' do
16
start_time = Time.now
17
schedule = Schedule.new(start_time)
18
schedule.add_recurrence_rule(Rule.hourly.until(start_time + ONE_DAY))
0 commit comments