module RSpec::Core::Warnings

def warn_deprecation(message, opts={})

Other tags:
    Private: -
def warn_deprecation(message, opts={})
  RSpec.configuration.reporter.deprecation opts.merge(:message => message)
end