remove unneeded tabs from test/functional/repositories_cvs_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@13090 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
bec603eb9b
commit
38fc2e4391
|
@ -200,7 +200,7 @@ class RepositoriesCvsControllerTest < ActionController::TestCase
|
||||||
assert_tag :tag => 'th', :attributes => { :class => 'filename' },
|
assert_tag :tag => 'th', :attributes => { :class => 'filename' },
|
||||||
:content => /test\/README/
|
:content => /test\/README/
|
||||||
assert_tag :tag => 'th', :attributes => { :class => 'filename' },
|
assert_tag :tag => 'th', :attributes => { :class => 'filename' },
|
||||||
:content => /test\/images\/delete.png /
|
:content => /test\/images\/delete.png/
|
||||||
assert_tag :tag => 'th', :attributes => { :class => 'filename' },
|
assert_tag :tag => 'th', :attributes => { :class => 'filename' },
|
||||||
:content => /test\/images\/edit.png/
|
:content => /test\/images\/edit.png/
|
||||||
assert_tag :tag => 'th', :attributes => { :class => 'filename' },
|
assert_tag :tag => 'th', :attributes => { :class => 'filename' },
|
||||||
|
|
Loading…
Reference in New Issue