diff --git a/lib/rspec/core/runner.rb b/lib/rspec/core/runner.rb index caf9c871a..16d07efea 100644 --- a/lib/rspec/core/runner.rb +++ b/lib/rspec/core/runner.rb @@ -182,7 +182,11 @@ def self.handle_interrupt exit!(1) else RSpec.world.wants_to_quit = true - $stderr.puts "\nRSpec is shutting down and will print the summary report... Interrupt again to force quit." + + $stderr.puts( + "\nRSpec is shutting down and will print the summary report... Interrupt again to force quit " \ + "(warning: at_exit hooks will be skipped if you force quit)." + ) end end