module RSpec::Matchers::DSL::Macros::Deprecated

def match_for_should(&definition)

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