diff --git a/.travis.yml b/.travis.yml index b692d87a..7e5ace76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ sudo: false env: global: - - STRIPE_MOCK_VERSION=0.1.12 + - STRIPE_MOCK_VERSION=0.2.0 cache: directories: diff --git a/test/test_helper.rb b/test/test_helper.rb index c4e63458..95f0130b 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -10,7 +10,7 @@ PROJECT_ROOT = File.expand_path("../../", __FILE__) require File.expand_path('../test_data', __FILE__) -MOCK_MINIMUM_VERSION = "0.1.12" +MOCK_MINIMUM_VERSION = "0.2.0" MOCK_PORT = ENV["STRIPE_MOCK_PORT"] || 12111 # Disable all real network connections except those that are outgoing to