mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-11 00:01:46 -04:00
Merge pull request #582 from stripe/brandur-upgrade-mock-020
Upgrade stripe-mock to 0.2.0
This commit is contained in:
commit
56a07b1986
@ -16,7 +16,7 @@ sudo: false
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- STRIPE_MOCK_VERSION=0.1.12
|
- STRIPE_MOCK_VERSION=0.2.0
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
@ -10,7 +10,7 @@ PROJECT_ROOT = File.expand_path("../../", __FILE__)
|
|||||||
|
|
||||||
require File.expand_path('../test_data', __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
|
MOCK_PORT = ENV["STRIPE_MOCK_PORT"] || 12111
|
||||||
|
|
||||||
# Disable all real network connections except those that are outgoing to
|
# Disable all real network connections except those that are outgoing to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user