spec/spec_helper.rb in savon-0.9.7 vs spec/spec_helper.rb in savon-0.9.8
- old
+ new
@@ -3,13 +3,10 @@
RSpec.configure do |config|
config.mock_with :mocha
end
-# Disable logging and deprecations for specs.
-Savon.configure do |config|
- config.log = false
- config.deprecate = false
-end
+# Disable logging for specs.
+Savon.log = false
require "support/endpoint"
require "support/fixture"