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.
&&
and
1 parent c277398 commit d050c4fCopy full SHA for d050c4f
lib/vcr/test_frameworks/rspec.rb
@@ -11,7 +11,7 @@ def configure!
11
description = metadata[:description]
12
example_group = metadata[:parent_example_group] || metadata[:example_group]
13
14
- if example_group and example_group.any?
+ if example_group && example_group.any?
15
[vcr_cassette_name_for[example_group], description].join('/')
16
else
17
description
0 commit comments