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