method
load_heckle_runner
1.3.1 -
Show latest stable
- Class:
Spec::Runner::Options
load_heckle_runner(heckle)public
No documentation available.
# 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