spec/spec_helper.rb in osso-0.0.11 vs spec/spec_helper.rb in osso-0.1.0

- old
+ new

@@ -78,7 +78,9 @@ end end OmniAuth.config.test_mode = true OmniAuth.config.logger = Logger.new('/dev/null') + OmniAuth.config.request_validation_phase = proc {} + WebMock.disable_net_connect!(allow_localhost: true) end