summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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