diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-18 14:42:59 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-18 14:42:59 -0600 |
| commit | 154f15f737db7e4ef67bd231d5e9bec964cca16b (patch) | |
| tree | 77b78edc191a54ddf47cf267f44d642fb028fc15 | |
| parent | baa882c452ea6311b4c934ca388e04757c7c436d (diff) | |
Test the yarn cache
| -rw-r--r-- | spec/integration/core/cache_spec.rb | 3 |
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) } |
