class Cucumber::Core::Test::Runner::RunningTestCase
def pending(_message, step_result)
def pending(_message, step_result) @status = Status::Pending.new(step_result) self end
def pending(_message, step_result) @status = Status::Pending.new(step_result) self end