diff options
| author | Can Eldem <celdem@gitlab.com> | 2020-07-22 08:45:02 +0000 |
|---|---|---|
| committer | Can Eldem <celdem@gitlab.com> | 2020-07-22 08:45:02 +0000 |
| commit | ca675527b53c2a8316c962ee1a17bc1ee1c0c156 (patch) | |
| tree | d350d872ebf69f0b07ecf6497011c345205d11f7 /spec/unit | |
| parent | e1bb260b43763a36536b7d3fa4d73108ffb604d4 (diff) | |
| parent | 0e7c92f64a4f910da3266be167fcf28dccb76689 (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.rb | 1 |
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'], |
