summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-20 08:38:42 -0600
committermo khan <mo.khan@gmail.com>2020-05-20 08:38:42 -0600
commitfffc8a5e2d29b6bcaaf004b57636cfcf69ff8c7d (patch)
tree1796968c8a389f3cf8569f67b717a8ec3813e59e /spec
parentc913e188e02452d727c74096c83f49115203ae43 (diff)
Add specs for the npm cache
Diffstat (limited to 'spec')
-rw-r--r--spec/integration/core/cache_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/integration/core/cache_spec.rb b/spec/integration/core/cache_spec.rb
index 4b0bd1c..a3c0ed6 100644
--- a/spec/integration/core/cache_spec.rb
+++ b/spec/integration/core/cache_spec.rb
@@ -28,6 +28,7 @@ RSpec.describe Spandx::Core::Cache do
end
end
+ include_examples 'each data file', 'npm', :cache
include_examples 'each data file', 'nuget', :cache
include_examples 'each data file', 'rubygems', :rubygems
include_examples 'each data file', 'yarn', :cache