# File lib/rspec/matchers/built_in/start_and_end_with.rb, line 22
        def failure_message_for_should_not
          "expected #{@actual.inspect} not to #{self.class.name.split('::').last.sub(/With/,'').downcase} with #{@expected.inspect}"
        end