module RSpec::Expectations::Deprecation

def warn_deprecation(warning)

Other tags:
    Private: -
def warn_deprecation(warning)
  message = "\nDEPRECATION: #{warning}\n"
  warn message
end