Class: Spec::Runner::Heckler
- Defined in:
- lib/spec/runner/heckle_runner.rb
Instance Method Summary collapse
-
#initialize(klass_name, method_name, rspec_options) ⇒ Heckler
constructor
A new instance of Heckler.
- #tests_pass? ⇒ Boolean
Constructor Details
#initialize(klass_name, method_name, rspec_options) ⇒ Heckler
Returns a new instance of Heckler.
59 60 61 62 |
# File 'lib/spec/runner/heckle_runner.rb', line 59 def initialize(klass_name, method_name, ) super(klass_name, method_name) @rspec_options = end |
Instance Method Details
#tests_pass? ⇒ Boolean
64 65 66 |
# File 'lib/spec/runner/heckle_runner.rb', line 64 def tests_pass? @rspec_options.run_examples end |