From: Toshi MARUYAMA Date: Tue, 4 Feb 2014 04:31:29 +0000 (+0000) Subject: code format clean up WikisControllerTest X-Git-Tag: 2.5.0~122 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=669a16376fff315bf8cb3729c547271bb6c438d3;p=redmine.git code format clean up WikisControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@12778 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/wikis_controller_test.rb b/test/functional/wikis_controller_test.rb index a9d6456c1..6809eaacb 100644 --- a/test/functional/wikis_controller_test.rb +++ b/test/functional/wikis_controller_test.rb @@ -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