Fixes #835 where the yml_export failed to find the tags of a user. Thanks Peter for this report

This commit is contained in:
Reinier Balt 2009-02-08 15:25:42 +01:00
parent 494cb11903
commit 949c746215
2 changed files with 21 additions and 2 deletions

View file

@ -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