whenever/test
Gerrit Riessen 087119ce2d Allow the specification of an offset (using :at => [1-59]) when using
every( X.minutes ) { ... } for job definition. For example:

 every 5.minutes, :at => 1 do
          command "blahblah"
 end

produces

 1,6,11,16,21,26,31,36,41,46,51,56 * * * * blahblah
2010-06-29 03:20:32 +08:00
..
command_line_test.rb Adds new line after closing Whenever comment. Prevents accumulation of new lines with each --update-crontab. Closes #18 2009-07-13 17:23:58 -04:00
cron_test.rb Use 0-6 instead of sun-sat 2009-06-26 09:39:30 +08:00
output_at_test.rb Allow the specification of an offset (using :at => [1-59]) when using 2010-06-29 03:20:32 +08:00
output_command_test.rb added new output redirection features, moved most of it into a new class. 2009-10-20 11:52:09 -04:00
output_defined_job_test.rb adds user definable job types and uses the new API for these to define the original command, runner, and rake commands 2010-06-28 15:14:01 -04:00
output_env_test.rb Sets the PATH automatically unless it's already provided or told not to. 2009-07-15 15:37:03 -04:00
output_rake_test.rb Got rid of already initialized constant warning. Improved version code. Improved test load paths. Bumped to 0.1.2 2009-02-16 18:32:55 -08:00
output_redirection_test.rb fix STDERR output redirection to file to append instead of overwrite. 2010-04-26 22:56:38 +08:00
output_runner_test.rb adds user definable job types and uses the new API for these to define the original command, runner, and rake commands 2010-06-28 15:14:01 -04:00
test_helper.rb Got rid of already initialized constant warning. Improved version code. Improved test load paths. Bumped to 0.1.2 2009-02-16 18:32:55 -08:00