##// END OF EJS Templates
code format clean up WikisControllerTest...
Toshi MARUYAMA -
r12503:669a16376fff
parent child
Show More
@@ -71,7 +71,8 class WikisControllerTest < ActionController::TestCase
71 def test_destroy
71 def test_destroy
72 @request.session[:user_id] = 1
72 @request.session[:user_id] = 1
73 post :destroy, :id => 1, :confirm => 1
73 post :destroy, :id => 1, :confirm => 1
74 assert_redirected_to :controller => 'projects', :action => 'settings', :id => 'ecookbook', :tab => 'wiki'
74 assert_redirected_to :controller => 'projects',
75 :action => 'settings', :id => 'ecookbook', :tab => 'wiki'
75 assert_nil Project.find(1).wiki
76 assert_nil Project.find(1).wiki
76 end
77 end
77
78
General Comments 0
You need to be logged in to leave comments. Login now