# File lib/rspec/matchers/be.rb, line 163
      def failure_message_for_should
        "expected #{predicate}#{args_to_s} to return true, got #{@result.inspect}"
      end