class RSpec::Matchers::BuiltIn::Output

def negative_failure_reason

def negative_failure_reason
  return "was not a block" unless Proc === @block
  "output #{actual_output_description}"
end