]> source.dussan.org Git - redmine.git/commitdiff
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/functional/issues_control...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 25 Nov 2019 16:48:13 +0000 (16:48 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 25 Nov 2019 16:48:13 +0000 (16:48 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19301 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_controller_test.rb

index d55e7197d9cfdb21383403b1eee82295fdd00b24..49b1913ef4a382c652b7110bfd0d60f8fc5c563c 100644 (file)
@@ -2890,9 +2890,8 @@ class IssuesControllerTest < Redmine::ControllerTest
   end
 
   def test_new_without_enabled_trackers_on_projects_should_respond_with_403
-    Project.all.each {|p| p.trackers.clear }
+    Project.all.each {|p| p.trackers.clear}
     @request.session[:user_id] = 2
-
     get :new
     assert_response 403
     assert_select_error /no projects/