diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-03 10:58:47 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-03 10:58:47 -0700 |
| commit | 28881febd40ecb5c0b771c307b9624689c4e0973 (patch) | |
| tree | 236e94055ae78f3d53c4052c8cbe4c96c4629aa7 /spec/integration | |
| parent | b10053c7c14c3312f79a6d476b676d0d647d66cb (diff) | |
Extract core namespace
Diffstat (limited to 'spec/integration')
| -rw-r--r-- | spec/integration/cli/index/build_spec.rb (renamed from spec/integration/index/build_spec.rb) | 0 | ||||
| -rw-r--r-- | spec/integration/cli/index/update_spec.rb (renamed from spec/integration/index/update_spec.rb) | 0 | ||||
| -rw-r--r-- | spec/integration/cli/index_spec.rb (renamed from spec/integration/index_spec.rb) | 0 | ||||
| -rw-r--r-- | spec/integration/cli/scan_spec.rb (renamed from spec/integration/scan_spec.rb) | 0 | ||||
| -rw-r--r-- | spec/integration/core/database_spec.rb (renamed from spec/integration/database_spec.rb) | 2 |
5 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/index/build_spec.rb b/spec/integration/cli/index/build_spec.rb index b48239a..b48239a 100644 --- a/spec/integration/index/build_spec.rb +++ b/spec/integration/cli/index/build_spec.rb diff --git a/spec/integration/index/update_spec.rb b/spec/integration/cli/index/update_spec.rb index 9ee0b7e..9ee0b7e 100644 --- a/spec/integration/index/update_spec.rb +++ b/spec/integration/cli/index/update_spec.rb diff --git a/spec/integration/index_spec.rb b/spec/integration/cli/index_spec.rb index 6b3c783..6b3c783 100644 --- a/spec/integration/index_spec.rb +++ b/spec/integration/cli/index_spec.rb diff --git a/spec/integration/scan_spec.rb b/spec/integration/cli/scan_spec.rb index 8b8b610..8b8b610 100644 --- a/spec/integration/scan_spec.rb +++ b/spec/integration/cli/scan_spec.rb diff --git a/spec/integration/database_spec.rb b/spec/integration/core/database_spec.rb index ceeac24..71b52bc 100644 --- a/spec/integration/database_spec.rb +++ b/spec/integration/core/database_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -RSpec.describe Spandx::Database do +RSpec.describe Spandx::Core::Database do subject { described_class.new(url: url) } let(:url) { 'https://github.com/spdx/license-list-data.git' } |
