mattbrictson / bundle_update_interactive

A stylish interactive mode for Bundler, inspired by `yarn upgrade-interactive`
MIT License
137 stars 3 forks source link

Consolidate redundant vcr cassettes #21

Closed mattbrictson closed 1 month ago

mattbrictson commented 1 month ago

We were recording a separate vcr cassette for each test case, despite the fact that these recordings contain mostly the same requests (i.e. looking up changelogs for the gems in our Gemfile fixture).

Consolidate these so that now we use a single VCR cassette. This cuts the total file size by half.