mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-17 22:55:28 +01:00
Fixes #835 where the yml_export failed to find the tags of a user. Thanks Peter for this report
This commit is contained in:
parent
494cb11903
commit
949c746215
2 changed files with 21 additions and 2 deletions
|
|
@ -18,4 +18,9 @@ class DataControllerTest < Test::Rails::TestCase
|
|||
login_as :admin_user
|
||||
get :csv_notes
|
||||
end
|
||||
|
||||
def test_yml_export_comleted_without_error
|
||||
login_as :admin_user
|
||||
get :yaml_export
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue