diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-14 18:41:16 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-14 18:41:16 -0600 |
| commit | 1b2b95d957860dd25060a2175610e01df103c7b2 (patch) | |
| tree | dd69f78be8e56b7921852022074cdc012f4e545a /spec/support/matchers.rb | |
| parent | 7ca5e094766b70fe8a8783c0c2f33fdeba46d2c5 (diff) | |
Build a bootable docker image
Diffstat (limited to 'spec/support/matchers.rb')
| -rw-r--r-- | spec/support/matchers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/matchers.rb b/spec/support/matchers.rb index 038c593..937b7cf 100644 --- a/spec/support/matchers.rb +++ b/spec/support/matchers.rb @@ -2,7 +2,7 @@ RSpec::Matchers.define :match_schema do |version: '2.0'| def schema_for(version) - License::Management.root.join("spec/fixtures/schema/v#{version}.json").to_s + Spandx::Gitlab.root.join("spec/fixtures/schema/v#{version}.json").to_s end match do |actual| |
