diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-20 08:38:42 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-20 08:38:42 -0600 |
| commit | fffc8a5e2d29b6bcaaf004b57636cfcf69ff8c7d (patch) | |
| tree | 1796968c8a389f3cf8569f67b717a8ec3813e59e | |
| parent | c913e188e02452d727c74096c83f49115203ae43 (diff) | |
Add specs for the npm cache
| -rw-r--r-- | spec/integration/core/cache_spec.rb | 1 |
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 |
