Skip to content

Commit

Permalink
Test clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Oct 8, 2021
1 parent 80c7c76 commit f5f4703
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/file_from_url_test.rb
Expand Up @@ -181,7 +181,6 @@ def Get(scheme, host, urlpath, localfile)
end
context "when scheme is 'file'" do
let(:scheme) { "file" }
let(:destination) { "/tmp/auto.xml" }
let(:cd_device) { "/dev/sr0" }
let(:tmp_mount) { File.join(tmpdir, "tmp_mount") }
let(:destination) { File.join(dir, "dest") }
Expand Down

0 comments on commit f5f4703

Please sign in to comment.