diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-03 12:02:37 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-03 12:02:37 -0600 |
| commit | bedd857da198534e5a63e6eb2dbdf3edb1be6028 (patch) | |
| tree | 22923493d982aa50a63f8e44e6047280412757fb /spec/unit/core | |
| parent | f751b9d196e35ebaf29133a13f2aaf2f787e1077 (diff) | |
Remove duplicate spec
Diffstat (limited to 'spec/unit/core')
| -rw-r--r-- | spec/unit/core/guess_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/core/guess_spec.rb b/spec/unit/core/guess_spec.rb index 6d39e19..92a5c6c 100644 --- a/spec/unit/core/guess_spec.rb +++ b/spec/unit/core/guess_spec.rb @@ -58,7 +58,6 @@ RSpec.describe Spandx::Core::Guess do pending { expect(subject.license_for('(MIT OR CC0-1.0)')&.id).to eql('MIT') } pending { expect(subject.license_for('(MIT OR GPL-3.0)')&.id).to eql('MIT') } pending { expect(subject.license_for('(WTFPL OR MIT)')&.id).to eql('WTFPL') } - pending { expect(subject.license_for('(WTFPL OR MIT)')&.id).to eql('WTFPL') } pending { expect(subject.license_for('BSD-3-Clause OR MIT')&.id).to eql('BSD-3-Clause') } pending { expect(subject.license_for('BSD-like')&.id).to eql('MIT') } pending { expect(subject.license_for('MIT or GPLv3')&.id).to eql('MIT') } |
