TODO task list

From DojoWiki

Jump to: navigation, search

Schedule.every.day

Handle schedules that run every day Kathy Van Stone
Interpret Schedule.every.day as such a schedule Kathy Van Stone

Schedule.every.day.at Time.parse('13:00')

Make the default start time midnight Kathy Van Stone
Add the ability to start at different times Kathy Van Stone
Add equality testing Kathy Van Stone
Make at set the start time to the time portion of the parameter

Schedule.every.day.at "10:30 am"

Schedule.every.day.at 10.pm

Schedule.every(10).days

Schedule.every(15).days.at(3.pm).starting Date.civil(2007, 2, 15)

Schedule.every(2).weeks

Schedule.every.monday.starting_after Date.civil(2007, 3, 3)

Schedule.every.hour

Schedule.twice.a.month.starting Date.civil(2007, 3, 4)

Schedule.twice.a.day

Back to TDD article

Personal tools