test/test_helper.rb in stripe-3.13.1 vs test/test_helper.rb in stripe-3.14.0
- old
+ new
@@ -12,10 +12,10 @@
PROJECT_ROOT = File.expand_path("../../", __FILE__)
require File.expand_path("../test_data", __FILE__)
# If changing this number, please also change it in `.travis.yml`.
-MOCK_MINIMUM_VERSION = "0.15.0".freeze
+MOCK_MINIMUM_VERSION = "0.16.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}")