test/test_helper.rb in stripe-3.12.1 vs test/test_helper.rb in stripe-3.13.0

- old
+ new

@@ -11,10 +11,10 @@ PROJECT_ROOT = File.expand_path("../../", __FILE__) require File.expand_path("../test_data", __FILE__) -MOCK_MINIMUM_VERSION = "0.4.0".freeze +MOCK_MINIMUM_VERSION = "0.12.0".freeze MOCK_PORT = ENV["STRIPE_MOCK_PORT"] || 12_111 # Disable all real network connections except those that are outgoing to # stripe-mock. WebMock.disable_net_connect!(allow: "localhost:#{MOCK_PORT}")