# File lib/rspec/matchers/has.rb, line 12
      def failure_message_for_should
        "expected ##{predicate(@expected)}#{failure_message_args_description} to return true, got false"
      end