Class: Decorators::AlwaysFail

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

Instance Method Summary collapse

Instance Method Details

#child_successObject



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

def child_success
  fail
end