# File lib/spec/runner/heckle_runner.rb, line 65
      def tests_pass?
        success = @rspec_options.run_examples
        success
      end