mirror of https://github.com/licensee/licensee.git
Add missing test for Cargo.toml in PackageManagerFile spec
This commit is contained in:
parent
1264dc9d7c
commit
8b9bcb9f7c
|
@ -8,6 +8,7 @@ RSpec.describe Licensee::ProjectFiles::PackageManagerFile do
|
|||
'licensee.gemspec' => 1.0,
|
||||
'test.cabal' => 1.0,
|
||||
'package.json' => 1.0,
|
||||
'Cargo.toml' => 1.0,
|
||||
'DESCRIPTION' => 0.9,
|
||||
'dist.ini' => 0.8,
|
||||
'bower.json' => 0.75,
|
||||
|
|
Loading…
Reference in New Issue