Method: Spec::Runner::Options#load_heckle_runner
- Defined in:
- lib/spec/runner/options.rb
#load_heckle_runner(heckle) ⇒ Object
263 264 265 266 267 |
# File 'lib/spec/runner/options.rb', line 263 def load_heckle_runner(heckle) @format_options ||= [['silent', @output_stream]] require which_heckle_runner @heckle_runner = ::Spec::Runner::HeckleRunner.new(heckle) end |