summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-11-20 07:54:36 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-11-20 07:54:36 +0000
commite7a043c55160f5a27f17d737ae9b94e83831b558 (patch)
tree325fc73c9f2b24107316d36b5b59692a26af3cf5
parent00f9581380ea35c4e2e29fab61b84e7fd39a2d97 (diff)
downloadredmine-e7a043c55160f5a27f17d737ae9b94e83831b558.tar.gz
redmine-e7a043c55160f5a27f17d737ae9b94e83831b558.zip
code layout clean up test/functional/attachments_controller_test.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7862 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--test/functional/attachments_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/attachments_controller_test.rb b/test/functional/attachments_controller_test.rb
index 5855bf638..1fce6c0c9 100644
--- a/test/functional/attachments_controller_test.rb
+++ b/test/functional/attachments_controller_test.rb
@@ -38,7 +38,7 @@ class AttachmentsControllerTest < ActionController::TestCase
def test_show_diff
['inline', 'sbs'].each do |dt|
- # 060719210727_changeset_utf8.diff
+ # 060719210727_changeset_utf8.diff
get :show, :id => 14, :type => dt
assert_response :success
assert_template 'diff'