]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white spaces from test/functional/trackers_controller_test.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 15 Jun 2017 04:36:36 +0000 (04:36 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 15 Jun 2017 04:36:36 +0000 (04:36 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16664 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/trackers_controller_test.rb

index 80ee10a699507d91a63dd8e905163c8522a6d8c0..5d878c92a28bfec4f336d18789e7c4ed907950b4 100644 (file)
@@ -30,13 +30,13 @@ class TrackersControllerTest < Redmine::ControllerTest
     assert_response :success
     assert_select 'table.trackers'
   end
-  
+
   def test_index_by_anonymous_should_redirect_to_login_form
     @request.session[:user_id] = nil
     get :index
     assert_redirected_to '/login?back_url=http%3A%2F%2Ftest.host%2Ftrackers'
   end
-  
+
   def test_index_by_user_should_respond_with_406
     @request.session[:user_id] = 2
     get :index