module RSpec::Core::Deprecation

def warn_deprecation(message)

Other tags:
    Private: -
def warn_deprecation(message)
  RSpec.configuration.reporter.deprecation :message => message
end