Skip to content

Commit 87ae927

Browse files
committedOct 9, 2018
Add VCR to integration tests
1 parent d245f69 commit 87ae927

File tree

134 files changed

+8977
-728
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+8977
-728
lines changed
 

‎.bundle/config

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
2-
BUNDLE_JOBS: '4'
3-
BUNDLE_BIN: bin
2+
BUNDLE_JOBS: "3"
3+
BUNDLE_BIN: "bin"
4+
BUNDLE_RETRY: "3"

‎Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ end
1212

1313
group :test do
1414
gem 'webmock', require: false
15+
gem 'vcr', require: false
1516
end

0 commit comments

Comments
 (0)
Please sign in to comment.