method
autorun
1.3.1 -
Show 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 autorun(# :nodoc:)No documentation available.
# File lib/spec/runner.rb, line 44
def autorun # :nodoc:
at_exit {exit run unless $!}
end