class RSpec::Core::Configuration

def self.deprecate_alias_key

Other tags:
    Private: -
def self.deprecate_alias_key
  RSpec.warn_deprecation <<-MESSAGE
lias option to add_setting is deprecated. Use :alias_with on the original setting instead.
 from #{caller(0)[5]}
E
end