class RSpec::Core::Reporter

def exit_early(exit_code)

Parameters:
  • exit_code (Integer) -- the exit_code to be return by the reporter
def exit_early(exit_code)
  report(0) { exit_code }
end