From 7fa67cbb7db66ca5b6ad0a9013ac702ea2a25698 Mon Sep 17 00:00:00 2001 From: Larissa Reis Date: Wed, 5 Sep 2012 12:12:59 -0300 Subject: [PATCH] Fixes test so it meets the new logic for download xml users lis --- test/functional/users_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/users_controller_test.rb b/test/functional/users_controller_test.rb index 246b1f6..58b8a89 100644 --- a/test/functional/users_controller_test.rb +++ b/test/functional/users_controller_test.rb @@ -33,7 +33,7 @@ class UsersControllerTest < ActionController::TestCase login_as('admin_user') get :index, :format => 'xml' - assert_equal 'application/xml', @response.content_type + assert_equal 'text/xml', @response.content_type end should 'response as CSV to export users' do -- libgit2 0.21.2