spec/spec_helper.rb in savon-0.9.14 vs spec/spec_helper.rb in savon-1.0.0
- old
+ new
@@ -4,10 +4,10 @@
RSpec.configure do |config|
config.mock_with :mocha
end
# Silence log output
-$stdout = StringIO.new
+Savon.config.log = false
HTTPI.log = false
require "support/endpoint"
require "support/fixture"