# File lib/rspec/matchers/be.rb, line 98
      def failure_message_for_should
        "expected #{@operator} #{@expected}, got #{@actual.inspect}"
      end