diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-12 17:11:19 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-12 17:11:48 -0600 |
| commit | 82e8b354dece7fe41e3e72f33acbc8cf936476a4 (patch) | |
| tree | 83adb5284c90d2952e48b7d891ed8a0af168af29 /spec/unit/core | |
| parent | 1007d3ab2ae8debee887346f5c45e0a7e667d4d5 (diff) | |
Collapse python license plugin
Diffstat (limited to 'spec/unit/core')
| -rw-r--r-- | spec/unit/core/license_plugin_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/core/license_plugin_spec.rb b/spec/unit/core/license_plugin_spec.rb index 3aa4b16..75c2c66 100644 --- a/spec/unit/core/license_plugin_spec.rb +++ b/spec/unit/core/license_plugin_spec.rb @@ -12,6 +12,7 @@ RSpec.describe Spandx::Core::LicensePlugin do end [ + { package_manager: :pypi, name: 'six', version: '1.14.0', expected: ['MIT'] }, { package_manager: :nuget, name: 'NHibernate', version: '5.2.6', expected: ['LGPL-2.1-only'] }, { package_manager: :nuget, name: 'System.Security.Principal.Windows', version: '4.3.0', expected: ['Nonstandard'] }, { package_manager: :nuget, name: 'jive', version: '0.1.0', expected: ['MIT'] }, |
