Skip to content
Snippets Groups Projects
Commit f54b3e7a authored by Bo Anderson's avatar Bo Anderson
Browse files

test/utils/spdx_spec: don't error if test is skipped

parent 85fe23ed
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment