Module: RSpecExt

Defined in:
lib/turbo_tests/json_rows_formatter.rb

Instance Method Summary collapse

Instance Method Details

#handle_interruptObject



9
10
11
12
13
14
15
# File 'lib/turbo_tests/json_rows_formatter.rb', line 9

def handle_interrupt
  if RSpec.world.wants_to_quit
    exit!(1)
  else
    RSpec.world.wants_to_quit = true
  end
end