Skip to content

Commit 8b8096b

Browse files
committed
Fix 'remaining' typo in recur spec
1 parent 620b329 commit 8b8096b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/examples/recur_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
schedule.remaining_occurrences(start_time).size.should == 24 - schedule.start_time.hour
1313
end
1414

15-
it 'should get the proper ramining occurrences past the end of the year' do
15+
it 'should get the proper remaining occurrences past the end of the year' do
1616
start_time = Time.now
1717
schedule = Schedule.new(start_time)
1818
schedule.add_recurrence_rule(Rule.hourly.until(start_time + ONE_DAY))

0 commit comments

Comments
 (0)