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:
Go MAEDA
2024-08-12 08:36:05 +00:00
parent b224d878c3
commit 6e21ae7209
15 changed files with 28 additions and 46 deletions

View File

@@ -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