diff --git a/Gemfile.lock b/Gemfile.lock index 1fbfe32..158511e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,7 +51,7 @@ GEM rubocop-rake (0.7.1) lint_roller (~> 1.1) rubocop (>= 1.72.1) - rubocop-rspec (3.8.0) + rubocop-rspec (3.9.0) lint_roller (~> 1.1) rubocop (~> 1.81) ruby-progressbar (1.13.0) diff --git a/spec/support/stub_system.rb b/spec/support/stub_system.rb index 8d76a03..2b08ed1 100644 --- a/spec/support/stub_system.rb +++ b/spec/support/stub_system.rb @@ -26,8 +26,7 @@ def system(command) config.around do |example| example.run - rescue SystemExit => e - puts(e.backtrace) + rescue SystemExit raise StandardError, "uncaught SystemExit" end end