class RSpec::Matchers::BuiltIn::BePredicate

def failure_message_for_should

def failure_message_for_should
  "expected #{predicate}#{args_to_s} to return true, got #{@result.inspect}"
end