Parent

Class/Module 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
def initialize(klass_name, method_name, rspec_options)
  super(klass_name, method_name)
  @rspec_options = rspec_options
end

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.