TODO task list
From DojoWiki
Schedule.every.day
Handle schedules that run every dayKathy Van StoneInterpretKathy Van StoneSchedule.every.dayas such a schedule
Schedule.every.day.at Time.parse('13:00')
Make the default start time midnightKathy Van StoneAdd the ability to start at different timesKathy Van StoneAdd equality testingKathy Van Stone- Make
atset 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
