mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 06:15:59 +01:00
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/functional/issues_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19301 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user