# File lib/rspec/matchers/has.rb, line 14
      def failure_message_for_should
        "expected ##{predicate(@expected)}(#{@args[0].inspect}) to return true, got false"
      end