diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-10 18:23:45 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-10 18:23:45 -0600 |
| commit | 53f72a5b622c77a5d285c74bc554358d81116867 (patch) | |
| tree | 93909b20102c5969f0c3d6a5e49dc721717eeff3 /spec/unit/ruby | |
| parent | ed40a4d64158c1f3f158caa27a6e6b8381fce259 (diff) | |
Remove unneccessary use of VCR
Diffstat (limited to 'spec/unit/ruby')
| -rw-r--r-- | spec/unit/ruby/parsers/gemfile_lock_spec.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/unit/ruby/parsers/gemfile_lock_spec.rb b/spec/unit/ruby/parsers/gemfile_lock_spec.rb index fd9eb89..97244ee 100644 --- a/spec/unit/ruby/parsers/gemfile_lock_spec.rb +++ b/spec/unit/ruby/parsers/gemfile_lock_spec.rb @@ -9,9 +9,7 @@ RSpec.describe Spandx::Ruby::Parsers::GemfileLock do context 'when parsing a Gemfile with a single dependency' do let(:lockfile) { fixture_file('bundler/Gemfile.lock') } let(:because) do - VCR.use_cassette(File.basename(lockfile)) do subject.parse(lockfile) - end end specify { expect(because.count).to be(1) } |
