class BehaveFun::Decorators::UntilSuccess

Public Instance Methods

child_fail() click to toggle source
# File lib/behave_fun/decorators/until_success.rb, line 7
def child_fail
  reset
  execute
end
child_success() click to toggle source
# File lib/behave_fun/decorators/until_success.rb, line 3
def child_success
  success
end