mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-31 22:38:49 +01:00
Merge branch 'master' into bug/1153_stats
This commit is contained in:
commit
dc0ca7239a
4 changed files with 20 additions and 21 deletions
|
|
@ -84,6 +84,10 @@ class FeedSmokeTest < ActionDispatch::IntegrationTest
|
|||
assert_success "/todos.rss?token=#{ users(:admin_user).token }&done=7"
|
||||
end
|
||||
|
||||
def test_all_starred_active_actions_rss
|
||||
assert_success "/todos.rss?token=#{ users(:admin_user).token }&tag=starred"
|
||||
end
|
||||
|
||||
def test_all_actions_completed_in_last_7_days_txt
|
||||
assert_success "/todos.txt?token=#{ users(:admin_user).token }&done=7"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue