Skip to content

Commit

Permalink
Add extra specs for gh-76 (and gh-79)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Sep 20, 2022
1 parent fc6b576 commit 7f02f1f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/cron_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1213,6 +1213,13 @@ class Fugit::Cron::TimeCursor
[ '0 7-17/5 * * *', '0 7,12,17 * * *' ],
[ '0 7-17/5 * * * Asia/Kabul', '0 7,12,17 * * * Asia/Kabul' ],

[ '0 0/4 * * *', '0 0,4,8,12,16,20 * * *' ],
[ '0/30 * * * *', '0,30 * * * *' ],
[ '0/10 * * * 1-5 Africa/Juba', '0,10,20,30,40,50 * * * 1,2,3,4,5 Africa/Juba' ],
[ '0 4/12 * * *', '0 4,16 * * *' ],
[ '0 0/12 * * * -09:00', '0 0,12 * * * -09:00' ],
[ '30 7/4 * * *', '30 7,11,15,19,23 * * *' ],

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

0 comments on commit 7f02f1f

Please sign in to comment.