diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-04-15 22:50:04 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-04-15 22:50:04 +0000 |
commit | 38fc2e4391a67260ce34bf815c99b47d93dea8f3 (patch) | |
tree | 669d67f2ea9e23a398d3f5feb2684117bd283a96 /test | |
parent | bec603eb9bbeac25ffd4be5422330b8d3817726e (diff) | |
download | redmine-38fc2e4391a67260ce34bf815c99b47d93dea8f3.tar.gz redmine-38fc2e4391a67260ce34bf815c99b47d93dea8f3.zip |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/repositories_cvs_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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' }, |