fixed test by using unambiguous month
This commit is contained in:
parent
4458855364
commit
6ba4a237ed
@ -115,7 +115,7 @@ class OutputAtTest < Test::Unit::TestCase
|
|||||||
setup do
|
setup do
|
||||||
@output = Whenever.cron \
|
@output = Whenever.cron \
|
||||||
<<-file
|
<<-file
|
||||||
every [1.month, 1.day], :at => 'beginning of the month at 5:02am, june 17th at 2:22pm, june 3rd at 3:33am' do
|
every [1.month, 1.day], :at => 'january 5:02am, june 17th at 2:22pm, june 3rd at 3:33am' do
|
||||||
command "blahblah"
|
command "blahblah"
|
||||||
end
|
end
|
||||||
file
|
file
|
||||||
|
Loading…
Reference in New Issue
Block a user