module RSpec::Support::Warnings

def warn_deprecation(message, options={})

Other tags:
    Private: -
def warn_deprecation(message, options={})
  warn_with "DEPRECATION: \n #{message}", options
end