class RSpec::Matchers::BuiltIn::StartAndEndWith

def failure_message_for_should

def failure_message_for_should
  "expected #{@actual.inspect} to #{self.class.name.split('::').last.sub(/With/,'').downcase} with #{@expected.inspect}"
end