Class: Decorators::UntilFail

Inherits:
Decorator
  • Object
show all
Defined in:
lib/behave_fun/decorators/until_fail.rb

Instance Method Summary collapse

Instance Method Details

#child_failObject



8
9
10
# File 'lib/behave_fun/decorators/until_fail.rb', line 8

def child_fail
  success
end

#child_successObject



3
4
5
6
# File 'lib/behave_fun/decorators/until_fail.rb', line 3

def child_success
  reset
  execute
end