Flowdock
load_heckle_runner(heckle) public

No documentation

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

Hide source
# File lib/spec/runner/options.rb, line 262
      def load_heckle_runner(heckle)
        @format_options ||= [['silent', @output_stream]]
        require which_heckle_runner
        @heckle_runner = ::Spec::Runner::HeckleRunner.new(heckle)
      end
Register or log in to add new notes.