# File lib/rspec/matchers/built_in/base_matcher.rb, line 37
        def failure_message_for_should
          "expected #{actual.inspect} to #{name_to_sentence}#{expected_to_sentence}"
        end