We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a455b commit 86b988dCopy full SHA for 86b988d
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## []
2
+[Compare]: https://github.com/shakacode/cypress-on-rails/compare/v1.13.0...master
3
+
4
+### Fixed
5
+* use_vcr_middleware disabled by default [PR 109](https://github.com/shakacode/cypress-on-rails/pull/109)
6
7
## [1.13.0]
8
[Compare]: https://github.com/shakacode/cypress-on-rails/compare/v1.12.1...v1.13.0
9
lib/cypress_on_rails/configuration.rb
@@ -17,7 +17,7 @@ def initialize
17
def reset
18
self.cypress_folder = 'spec/cypress'
19
self.use_middleware = true
20
- self.use_vcr_middleware = true
+ self.use_vcr_middleware = false
21
self.logger = Logger.new(STDOUT)
22
end
23
0 commit comments