diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 564988da6..dff5d102c 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config --auto-gen-only-exclude --no-exclude-limit` -# on 2026-07-28 05:35:39 UTC using RuboCop version 1.88.2. +# on 2026-07-28 05:49:31 UTC using RuboCop version 1.88.2. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new @@ -244,13 +244,6 @@ Layout/SpaceBeforeBlockBraces: Exclude: - 'spec/features/member/login_spec.rb' -# Offense count: 1 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: AllowForAlignment. -Layout/SpaceBeforeFirstArg: - Exclude: - - 'spec/features/admin/add_user_to_workshop_spec.rb' - # Offense count: 11 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters. diff --git a/spec/features/admin/add_user_to_workshop_spec.rb b/spec/features/admin/add_user_to_workshop_spec.rb index 962c3e3b2..04eee2ba5 100644 --- a/spec/features/admin/add_user_to_workshop_spec.rb +++ b/spec/features/admin/add_user_to_workshop_spec.rb @@ -32,7 +32,7 @@ expect(page).to have_content('Romeo Montague') expect(page).to have_unchecked_field('Romeo Montague') check('Romeo Montague') - click_button'Take me back' + click_button 'Take me back' expect(page).to have_current_path(@start_page, ignore_query: true) uri = URI.parse(page.current_url)