Methods

Spork::TestFramework::RSpec

Constants

DEFAULT_PORT
HELPER_FILE

Public Instance Methods

run_tests(argv, stderr, stdout) click to toggle source
    # File lib/spork/test_framework/rspec.rb, line 5
 5:   def run_tests(argv, stderr, stdout)
 6:     ::Spec::Runner::CommandLine.run(
 7:       ::Spec::Runner::OptionParser.parse(
 8:         argv,
 9:         stderr,
10:         stdout
11:       )
12:     )
13:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.