module RSpec::Core::MetadataHashBuilder::WithDeprecationWarning
def symbol_metadata_warning(symbols)
def symbol_metadata_warning(symbols) <<-NOTICE ******************************************************* N WARNING: you are using deprecated behaviour that will from RSpec 3. assed symbols (#{symbols.inspect}) as additional for a doc string. , these symbols will be treated as metadata keys with `true`. To get this behavior now (and prevent this you can set a configuration option: igure do |c| symbols_as_metadata_keys_with_true_values = true y, if your intention is to use the symbol as part of the (i.e. to specify a method name), you can change it to uch as "#method_name" to remove this warning. ******************************************************* end