method

autorun

rspec latest stable - Class: Spec::Runner
autorun(# :nodoc:)
public

No documentation available.

# File lib/spec/runner.rb, line 44
      def autorun # :nodoc:
        at_exit {exit run unless $!}
      end