Merge pull request #8439 from Bo98/spdx_spec-noerr
test/utils/spdx_spec: don't error if test is skipped
This commit is contained in:
commit
a1c5428c50
@ -35,8 +35,8 @@ describe SPDX do
|
||||
let(:tmp_json_path) { Pathname.new(TEST_TMPDIR) }
|
||||
|
||||
after do
|
||||
FileUtils.rm tmp_json_path/"spdx_licenses.json"
|
||||
FileUtils.rm tmp_json_path/"spdx_exceptions.json"
|
||||
FileUtils.rm_f tmp_json_path/"spdx_licenses.json"
|
||||
FileUtils.rm_f tmp_json_path/"spdx_exceptions.json"
|
||||
end
|
||||
|
||||
it "downloads latest license data" do
|
||||
|
Loading…
x
Reference in New Issue
Block a user