]> source.dussan.org Git - redmine.git/commitdiff
code layout clean up of test_preview_issue_notes at test/functional/previews_controll...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 25 Sep 2011 10:46:44 +0000 (10:46 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 25 Sep 2011 10:46:44 +0000 (10:46 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7533 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/previews_controller_test.rb

index 5656ea82b58cb996267a7164594874c50ccc2f00..716a872d1e5d7853f0597d0180376df0212f5f6c 100644 (file)
@@ -38,7 +38,9 @@ class PreviewsControllerTest < ActionController::TestCase
 
   def test_preview_issue_notes
     @request.session[:user_id] = 2
-    post :issue, :project_id => '1', :id => 1, :issue => {:description => Issue.find(1).description}, :notes => 'Foo'
+    post :issue, :project_id => '1', :id => 1,
+         :issue => {:description => Issue.find(1).description},
+         :notes => 'Foo'
     assert_response :success
     assert_template 'preview'
     assert_not_nil assigns(:notes)