module RSpec

def warn_deprecation(message)

Other tags:
    Private: -
def warn_deprecation(message)
  send :warn, message
end