mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 22:36:02 +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:
@@ -2892,7 +2892,6 @@ class IssuesControllerTest < Redmine::ControllerTest
|
|||||||
def test_new_without_enabled_trackers_on_projects_should_respond_with_403
|
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
|
@request.session[:user_id] = 2
|
||||||
|
|
||||||
get :new
|
get :new
|
||||||
assert_response 403
|
assert_response 403
|
||||||
assert_select_error /no projects/
|
assert_select_error /no projects/
|
||||||
|
|||||||
Reference in New Issue
Block a user