module RSpec::Support::Warnings
def warn_deprecation(message, options={})
- Private: -
def warn_deprecation(message, options={}) warn_with "DEPRECATION: \n #{message}", options end
def warn_deprecation(message, options={}) warn_with "DEPRECATION: \n #{message}", options end