]> source.dussan.org Git - redmine.git/commitdiff
code format clean up WikisControllerTest
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 4 Feb 2014 04:31:29 +0000 (04:31 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 4 Feb 2014 04:31:29 +0000 (04:31 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12778 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/wikis_controller_test.rb

index a9d6456c17361027bb9adb90d892d3b5616d77d7..6809eaacbe708585ff557b602c461f6a8cc72a0b 100644 (file)
@@ -71,7 +71,8 @@ class WikisControllerTest < ActionController::TestCase
   def test_destroy
     @request.session[:user_id] = 1
     post :destroy, :id => 1, :confirm => 1
-    assert_redirected_to :controller => 'projects', :action => 'settings', :id => 'ecookbook', :tab => 'wiki'
+    assert_redirected_to :controller => 'projects',
+                         :action => 'settings', :id => 'ecookbook', :tab => 'wiki'
     assert_nil Project.find(1).wiki
   end