Public class methods
new
(klass_name, method_name, rspec_options)
[show 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?
()
[show source]
# File lib/spec/runner/heckle_runner.rb, line 65 def tests_pass? @rspec_options.run_examples end