mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-22 16:56:10 +01:00
Merge pull request #1848 from C-Otto/tracks-1847
Fix description of monthly recurring tests
This commit is contained in:
commit
a9023960fc
3 changed files with 14 additions and 12 deletions
|
|
@ -104,10 +104,10 @@ module RecurringTodos
|
|||
assert_equal "every last friday of every month", rt.recurrence_pattern
|
||||
|
||||
rt.recurrence_selector = 0
|
||||
assert_equal "every 5 months on day 1", rt.recurrence_pattern
|
||||
|
||||
rt.every_other3 = 1
|
||||
assert_equal "every month on day 1", rt.recurrence_pattern
|
||||
|
||||
rt.every_other2 = 4
|
||||
assert_equal "every 4 months on day 1", rt.recurrence_pattern
|
||||
end
|
||||
|
||||
def test_monthly_pattern
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue