class BehaveFun::Decorators::UntilFail
Public Instance Methods
child_fail()
click to toggle source
# File lib/behave_fun/decorators/until_fail.rb, line 8 def child_fail success end
child_success()
click to toggle source
# File lib/behave_fun/decorators/until_fail.rb, line 3 def child_success reset execute end