diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-12 12:43:21 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-12 12:43:21 -0600 |
| commit | 46d58325a304d97cfaa0cf9a9272fedf578e9d79 (patch) | |
| tree | 69f558c1f84ba0f9e98be08aabc0a1e74f7ac19a /spec/unit/ruby | |
| parent | 0341cae0d662edc622aa3720e62160be98e88ccf (diff) | |
Remove spec that was dependent on auto license resolution
Diffstat (limited to 'spec/unit/ruby')
| -rw-r--r-- | spec/unit/ruby/parsers/gemfile_lock_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/ruby/parsers/gemfile_lock_spec.rb b/spec/unit/ruby/parsers/gemfile_lock_spec.rb index de4dad7..97bf4a9 100644 --- a/spec/unit/ruby/parsers/gemfile_lock_spec.rb +++ b/spec/unit/ruby/parsers/gemfile_lock_spec.rb @@ -11,7 +11,6 @@ RSpec.describe Spandx::Ruby::Parsers::GemfileLock do specify { expect(because.count).to be(1) } specify { expect(because[0].name).to eql('net-hippie') } specify { expect(because[0].version).to eql('0.2.7') } - specify { expect(because[0].licenses.map(&:id)).to match_array(['MIT']) } end end end |
