method

register_exit_hook

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