module RSpec

def warn_deprecation(message)

def warn_deprecation(message)
  send :warn, message
end