Skip to content

Commit 38fc2e4

Browse files
committed
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
1 parent bec603e commit 38fc2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/repositories_cvs_controller_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def test_diff_new_files
200200
assert_tag :tag => 'th', :attributes => { :class => 'filename' },
201201
:content => /test\/README/
202202
assert_tag :tag => 'th', :attributes => { :class => 'filename' },
203-
:content => /test\/images\/delete.png /
203+
:content => /test\/images\/delete.png/
204204
assert_tag :tag => 'th', :attributes => { :class => 'filename' },
205205
:content => /test\/images\/edit.png/
206206
assert_tag :tag => 'th', :attributes => { :class => 'filename' },

0 commit comments

Comments
 (0)