class RSpec::Matchers::DSL::Matcher
def aliased_name_for(method_name)
def aliased_name_for(method_name) target, punctuation = method_name.to_s.sub(/([?!=])$/, ''), $1 "#{target}_without_rspec_deprecation_warning#{punctuation}" end
def aliased_name_for(method_name) target, punctuation = method_name.to_s.sub(/([?!=])$/, ''), $1 "#{target}_without_rspec_deprecation_warning#{punctuation}" end