method
register_exit_hook
1.1.4 -
Show latest stable
- Class:
Spec::Story::Runner
register_exit_hook(# :nodoc:)public
No documentation available.
# File lib/spec/story/runner.rb, line 47
def register_exit_hook # :nodoc:
at_exit do
exit Runner.story_runner.run_stories unless $!
end
end