Skip to content

Commit 748d843

Browse files
justin808claude
andcommitted
Update README VCR cassette path to match generator template
The VCR cassette_library_dir example was showing the old path with framework-specific directory (spec/cypress/fixtures/vcr_cassettes). Updated to use the default install_folder path (e2e/fixtures/vcr_cassettes) which matches what the generator template creates. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent ec3c140 commit 748d843

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,7 @@ Add your VCR configuration to your `config/cypress_on_rails.rb`
448448
c.vcr_options = {
449449
hook_into: :webmock,
450450
default_cassette_options: { record: :once },
451-
# It's possible to override cassette_library_dir using install_folder
452-
cassette_library_dir: File.expand_path("#{__dir__}/../../spec/cypress/fixtures/vcr_cassettes")
451+
cassette_library_dir: File.expand_path("#{__dir__}/../../e2e/fixtures/vcr_cassettes")
453452
}
454453
```
455454

0 commit comments

Comments
 (0)