Add missing test for Cargo.toml in PackageManagerFile spec

This commit is contained in:
Andrew Nesbitt 2018-01-04 18:51:38 +00:00
parent 1264dc9d7c
commit 8b9bcb9f7c
1 changed files with 1 additions and 0 deletions

View File

@ -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,