Skip to content

Commit

Permalink
Add extra specs for gh-79, start-end/step
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Sep 20, 2022
1 parent 56b705d commit edf4600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/cron_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,8 @@ class Fugit::Cron::TimeCursor
#
[ '0 7/5 * * *', '0 7,12,17,22 * * *' ],
[ '0 7/5 * * * Asia/Kabul', '0 7,12,17,22 * * * Asia/Kabul' ],
[ '0 7-17/5 * * *', '0 7,12,17 * * *' ],
[ '0 7-17/5 * * * Asia/Kabul', '0 7,12,17 * * * Asia/Kabul' ],

[ '9,,19 * * * *', '9,19 * * * *' ],
[ ',8 * * * *', '8 * * * *' ],
Expand Down

0 comments on commit edf4600

Please sign in to comment.