mirror of
https://github.com/redmine/redmine.git
synced 2025-11-12 00:06:01 +01:00
Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in rubocop-rails-omakase (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22953 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -38,7 +38,7 @@ class LayoutTest < Redmine::IntegrationTest
|
||||
end
|
||||
|
||||
test "browsing to an unauthorized page should render the base layout" do
|
||||
log_user('jsmith','jsmith')
|
||||
log_user('jsmith', 'jsmith')
|
||||
|
||||
get "/admin"
|
||||
assert_response :forbidden
|
||||
|
||||
Reference in New Issue
Block a user