method

register_exit_hook

rspec latest stable - Class: Spec::Story::Runner

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (1.1.12) is shown here.

register_exit_hook(# :nodoc:)
public

No documentation available.

# 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