From fefc0594c4d7ea35c5cb5c61bfa45447a3fc6932 Mon Sep 17 00:00:00 2001 From: Devin Weaver Date: Mon, 9 Jul 2012 08:00:41 -0400 Subject: [PATCH] Removes unneeded comment An erroneous commented line was inserted into test/functional/projects_controller_test.rb this patch removes it. --- test/functional/projects_controller_test.rb | 1 - 1 file changed, 1 deletion(-) 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