whenever/test
Jay Adkisson dd15137e41 escape quotes for bash, furrealz this time
Any parameter in a job type template which is surrounded by quotes
will now be auto-escaped.

Examples:

job_type :foo, :template => "/my/cool/bin ':bar'"

every :day do
  foo %(single quote! -> ' <-)
end

will render to

@daily /my/cool/bin 'single quote! -> '\'' <-'
2010-07-03 22:55:32 +08:00
..
command_line_test.rb clear the crontab 2010-06-29 03:25:04 +08:00
cron_test.rb Use 0-6 instead of sun-sat 2009-06-26 09:39:30 +08:00
job_test.rb escape quotes for bash, furrealz this time 2010-07-03 22:55:32 +08:00
output_at_test.rb escape quotes for bash, furrealz this time 2010-07-03 22:55: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 attempting to escape quotes 2010-07-02 17:39:17 -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 escape quotes for bash, furrealz this time 2010-07-03 22:55:32 +08: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