Module: Cucover::LazyStepInvocation

Defined in:
lib/cucover.rb

Instance Method Summary collapse

Instance Method Details

#accept(visitor) ⇒ Object



211
212
213
214
# File 'lib/cucover.rb', line 211

def accept(visitor)
  skip_invoke! if Cucover.should_skip?
  super
end

#failed(exception, clear_backtrace) ⇒ Object



216
217
218
219
# File 'lib/cucover.rb', line 216

def failed(exception, clear_backtrace)
  Cucover.fail_current_test!
  super
end