Flowdock
method

register_exit_hook

Importance_0
1.1.12 - Show latest stable - 0 notes - Class: Spec::Story::Runner
register_exit_hook(# :nodoc:) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/story/runner.rb, line 45
      def self.register_exit_hook # :nodoc:
        at_exit do
          exit Runner.story_runner.run_stories unless $!
        end
      end
Register or log in to add new notes.