class Mocha::Invocation

def result_description

def result_description
  desc = "# => #{@result.mocha_inspect}"
  desc << " after yielding #{@yields.map(&:mocha_inspect).join(', then ')}" if @yields.any?
  desc
end