mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-22 18:20:12 +01:00
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:
parent
dd0ec129ef
commit
fefc0594c4
1 changed files with 0 additions and 1 deletions
|
|
@ -228,7 +228,6 @@ class ProjectsControllerTest < ActionController::TestCase
|
||||||
login_as(:admin_user)
|
login_as(:admin_user)
|
||||||
get :index, { :format => "xml" }
|
get :index, { :format => "xml" }
|
||||||
assert_equal 'application/xml', @response.content_type
|
assert_equal 'application/xml', @response.content_type
|
||||||
# puts @response.body
|
|
||||||
|
|
||||||
assert_xml_select 'projects' do
|
assert_xml_select 'projects' do
|
||||||
assert_select 'project', 3 do
|
assert_select 'project', 3 do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue