diff --git a/test/functional/repositories_cvs_controller_test.rb b/test/functional/repositories_cvs_controller_test.rb index d16ca4f89..5e245bc1b 100644 --- a/test/functional/repositories_cvs_controller_test.rb +++ b/test/functional/repositories_cvs_controller_test.rb @@ -200,7 +200,7 @@ class RepositoriesCvsControllerTest < ActionController::TestCase assert_tag :tag => 'th', :attributes => { :class => 'filename' }, :content => /test\/README/ assert_tag :tag => 'th', :attributes => { :class => 'filename' }, - :content => /test\/images\/delete.png / + :content => /test\/images\/delete.png/ assert_tag :tag => 'th', :attributes => { :class => 'filename' }, :content => /test\/images\/edit.png/ assert_tag :tag => 'th', :attributes => { :class => 'filename' },