diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-20 13:25:10 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-20 13:25:10 -0600 |
| commit | 8e5763384ebec77992ba529e910522faff0b7306 (patch) | |
| tree | 8a7f62f04a5fe0cce69d122bd5dc8307ec91a0ca /spec/integration | |
| parent | 1aab82f4721fb627dc8371bdca5d251831f948bf (diff) | |
Move Cache class into Core namespace
Diffstat (limited to 'spec/integration')
| -rw-r--r-- | spec/integration/core/cache_spec.rb (renamed from spec/integration/rubygems/cache_spec.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/rubygems/cache_spec.rb b/spec/integration/core/cache_spec.rb index 7e1b953..fcfe5dd 100644 --- a/spec/integration/rubygems/cache_spec.rb +++ b/spec/integration/core/cache_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -RSpec.describe Spandx::Rubygems::Cache do +RSpec.describe Spandx::Core::Cache do subject { described_class.new(package_manager, url: url) } context "rubygems" do |
