diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-31 13:15:57 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-31 13:15:57 -0600 |
| commit | 5a93aaae4298f24e3959b0baba3d6960335c34a2 (patch) | |
| tree | f12dc3c7acb27ce1b610d1b47c9fb1c34f95f7bc /spec/unit/python | |
| parent | 9c29bf6f9ea8b01aad7727ca869580ca3748e69d (diff) | |
Record new episodes
Diffstat (limited to 'spec/unit/python')
| -rw-r--r-- | spec/unit/python/pypi_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/python/pypi_spec.rb b/spec/unit/python/pypi_spec.rb index c49a0a5..724fe23 100644 --- a/spec/unit/python/pypi_spec.rb +++ b/spec/unit/python/pypi_spec.rb @@ -4,7 +4,7 @@ RSpec.describe Spandx::Python::PyPI do describe "#each" do it 'parses each package correctly' do items = [] - VCR.use_cassette("pypi.org/simple") do + VCR.use_cassette("pypi.org/simple", record: :new_episodes) do subject.each do |item| items.push(item) break if items.count == 100 |
