spec/spec_helper.rb in weather-api-1.2.0 vs spec/spec_helper.rb in weather-api-1.3.0
- old
+ new
@@ -9,9 +9,5 @@
config.hook_into :webmock
config.ignore_localhost = true
config.default_cassette_options = { :record => :new_episodes }
config.configure_rspec_metadata!
end
-
-RSpec.configure do |c|
- c.treat_symbols_as_metadata_keys_with_true_values = true
-end