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