mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
Test the RSS feed of starred, active todos
This commit is contained in:
parent
644cf0d9e7
commit
43523d8191
1 changed files with 4 additions and 0 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