Removes unneeded comment

An erroneous commented line was inserted into
test/functional/projects_controller_test.rb
this patch removes it.
This commit is contained in:
Devin Weaver 2012-07-09 08:00:41 -04:00
parent dd0ec129ef
commit fefc0594c4

View file

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