module RSpec

def self.wants_to_quit

Used internally to determine what to do when a SIGINT is received
def self.wants_to_quit
  world.wants_to_quit
end