module RSpec::Matchers::DSL::Macros::Deprecated
def match_for_should(&definition)
- Use {Macros#match} instead.
def match_for_should(&definition) RSpec.deprecate("`match_for_should`", :replacement => "`match`") match(&definition) end
def match_for_should(&definition) RSpec.deprecate("`match_for_should`", :replacement => "`match`") match(&definition) end