# File lib/spork/test_framework/rspec.rb, line 5
  def run_tests(argv, stderr, stdout)
    ::Spec::Runner::CommandLine.run(
      ::Spec::Runner::OptionParser.parse(
        argv,
        stderr,
        stdout
      )
    )
  end