spec/spec_helper.rb in httpi-0.7.4 vs spec/spec_helper.rb in httpi-0.7.5

- old
+ new

@@ -4,7 +4,9 @@ RSpec.configure do |config| config.include WebMock::API config.mock_with :mocha end +HTTPI.log = false # disable for specs + require "support/fixture" require "support/matchers"