module Maxitest

def interrupt

def interrupt
  Maxitest.interrupted = true
  raise Maxitest::Interrupted, "Execution interrupted by user"
end