class BehaveFun::Decorators::Invert

Public Instance Methods

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