mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
fix #1062. I did not test is, so please reopen ticket if it does not work :-)
This commit is contained in:
parent
98679cfb1b
commit
564f209800
2 changed files with 5 additions and 1 deletions
|
|
@ -115,6 +115,10 @@ class FeedSmokeTest < ActionController::IntegrationTest
|
|||
assert_success "/projects.txt?token=#{ users(:admin_user).token }"
|
||||
end
|
||||
|
||||
def test_calendar_ics
|
||||
assert_success "/calendar.ics?token=#{ users(:admin_user).token }"
|
||||
end
|
||||
|
||||
def test_all_projects_txt_with_hidden_project
|
||||
p = projects(:timemachine)
|
||||
p.hide!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue