Included Modules

Class Index [+]

Quicksearch

RSpec::Core::MetadataHashBuilder::WithConfigWarning

@private

Private Instance Methods

symbol_metadata_warning(symbols) click to toggle source
    # File lib/rspec/core/metadata_hash_builder.rb, line 40
40:           def symbol_metadata_warning(symbols)
41:             *****************************************************************WARNING: You have passed symbols (#{symbols.inspect}) as metadataarguments to a configuration option.In RSpec 3, these symbols will be treated as metadata keys witha value of `true`.  To get this behavior now (and prevent thiswarning), you can set a configuration option:RSpec.configure do |c|  c.treat_symbols_as_metadata_keys_with_true_values = trueendNote that this config setting should go before your other configsettings so that they can use symbols as metadata.*****************************************************************
42:           end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.