class BehaveFun::Decorators::AlwaysSucceed

Public Instance Methods

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