spec/spec_helper.rb in payex-0.1.2 vs spec/spec_helper.rb in payex-0.3
- old
+ new
@@ -4,5 +4,8 @@
File.expand_path('../fixtures', __FILE__)
RSpec.configure do |config|
config.include Savon::Spec::Macros
end
+
+# Suppress "HTTPI executes HTTP GET using the httpclient adapter"
+HTTPI.log = false