From b95b102b140a5555b095b882349ea428efd210d2 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 30 Oct 2015 11:08:42 -0700 Subject: Resolve rspec deprecation warning "RSpec::Core::Configuration#treat_symbols_as_metadata_keys_with_true_values= is deprecated, it is now set to true as default and setting it to false has no effect." --- spec/spec_helper.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index ee9e966..58036cc 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -4,7 +4,6 @@ require 'wmi-lite' RSpec.configure do |config| config.include(RSpec::Matchers) - config.treat_symbols_as_metadata_keys_with_true_values = true config.filter_run :focus => true config.filter_run_excluding :windows_only => true if ! (RUBY_PLATFORM =~ /mswin|mingw32|windows/) config.run_all_when_everything_filtered = true -- cgit v1.2.1