summaryrefslogtreecommitdiff
path: root/spec/integration/core
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-18 14:42:59 -0600
committermo khan <mo.khan@gmail.com>2020-05-18 14:42:59 -0600
commit154f15f737db7e4ef67bd231d5e9bec964cca16b (patch)
tree77b78edc191a54ddf47cf267f44d642fb028fc15 /spec/integration/core
parentbaa882c452ea6311b4c934ca388e04757c7c436d (diff)
Test the yarn cache
Diffstat (limited to 'spec/integration/core')
-rw-r--r--spec/integration/core/cache_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/integration/core/cache_spec.rb b/spec/integration/core/cache_spec.rb
index bfd821a..4b0bd1c 100644
--- a/spec/integration/core/cache_spec.rb
+++ b/spec/integration/core/cache_spec.rb
@@ -28,8 +28,9 @@ RSpec.describe Spandx::Core::Cache do
end
end
- include_examples 'each data file', 'rubygems', :rubygems
include_examples 'each data file', 'nuget', :cache
+ include_examples 'each data file', 'rubygems', :rubygems
+ include_examples 'each data file', 'yarn', :cache
describe '#insert!' do
subject { described_class.new('rubygems', root: root_dir) }