class RSpec::Matchers::BuiltIn::Output

def failure_message_when_negated

Returns:
  • (String) -

Other tags:
    Api: - private
def failure_message_when_negated
  "expected block to not #{description}, but #{negative_failure_reason}"
end