# File lib/spec/runner/options.rb, line 261
      def load_heckle_runner(heckle)
        @format_options ||= [['silent', @output_stream]]
        require which_heckle_runner
        @heckle_runner = ::Spec::Runner::HeckleRunner.new(heckle)
      end