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
This commit is contained in:
parent
00f9581380
commit
e7a043c551
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue