Parent

Class Index [+]

Quicksearch

Spec::Runner::Heckler

Public Class Methods

new(klass_name, method_name, rspec_options) click to toggle source
    # File lib/spec/runner/heckle_runner.rb, line 60
60:         def initialize(klass_name, method_name, rspec_options)
61:           super(klass_name, method_name)
62:           @rspec_options = rspec_options
63:         end

Public Instance Methods

tests_pass?() click to toggle source
    # File lib/spec/runner/heckle_runner.rb, line 65
65:         def tests_pass?
66:           @rspec_options.run_examples
67:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.