diff --git a/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb index e2fa10a7..b78056be 100644 --- a/test/functional/projects_controller_test.rb +++ b/test/functional/projects_controller_test.rb @@ -228,7 +228,6 @@ class ProjectsControllerTest < ActionController::TestCase login_as(:admin_user) get :index, { :format => "xml" } assert_equal 'application/xml', @response.content_type - # puts @response.body assert_xml_select 'projects' do assert_select 'project', 3 do