summaryrefslogtreecommitdiff
path: root/spec/unit
diff options
context:
space:
mode:
authorCan Eldem <celdem@gitlab.com>2020-07-22 08:45:02 +0000
committerCan Eldem <celdem@gitlab.com>2020-07-22 08:45:02 +0000
commitca675527b53c2a8316c962ee1a17bc1ee1c0c156 (patch)
treed350d872ebf69f0b07ecf6497011c345205d11f7 /spec/unit
parente1bb260b43763a36536b7d3fa4d73108ffb604d4 (diff)
parent0e7c92f64a4f910da3266be167fcf28dccb76689 (diff)
Merge branch '224187-add-maven-tests' into 'master'v3.19.1
Update maven/gradle offline tests See merge request gitlab-org/security-products/license-management!195
Diffstat (limited to 'spec/unit')
-rw-r--r--spec/unit/license/management/repository_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/license/management/repository_spec.rb b/spec/unit/license/management/repository_spec.rb
index 5fa37e9..a391d09 100644
--- a/spec/unit/license/management/repository_spec.rb
+++ b/spec/unit/license/management/repository_spec.rb
@@ -35,6 +35,7 @@ RSpec.describe License::Management::Repository do
['Apache License v2.0', 'Apache-2.0'],
['COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0', 'CDDL-1.0'],
['Common Development and Distribution License 1.1', 'CDDL-1.1'],
+ ['CDDL 1.1', 'CDDL-1.1'],
['Apache Software License - Version 2.0', 'Apache-2.0'],
['ASF 2.0', 'Apache-2.0'],
['Eclipse Public License - v 1.0', 'EPL-1.0'],