lib/utensils/vcr.rb in utensils-1.1.0 vs lib/utensils/vcr.rb in utensils-1.2.0
- old
+ new
@@ -7,11 +7,9 @@
config.ignore_localhost = true
config.configure_rspec_metadata!
end
RSpec.configure do |config|
- config.treat_symbols_as_metadata_keys_with_true_values = true
-
config.before(:each, :allow_http) do |example|
raise ':allow_http is deprecated, use :vcr instead'
end
end