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