summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2015-10-30 11:08:42 -0700
committerTim Smith <tsmith84@gmail.com>2015-10-30 11:08:42 -0700
commitb95b102b140a5555b095b882349ea428efd210d2 (patch)
tree48702c594f39148ad1d6c664d5bd1be7480cb900 /spec
parent7a3c85bac924bd650c1b73d8881dcccf781d98f5 (diff)
downloadwmi-lite-b95b102b140a5555b095b882349ea428efd210d2.tar.gz
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."
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 0 insertions, 1 deletions
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