Remove assert that temp path be tmp. It has been changed to an actual random temp path so we can't test for it easily.

This commit is contained in:
Prad Nelluru 2020-04-19 02:40:42 -04:00
parent 5d9d951c9a
commit 26d96d3f7d
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ describe Muse::Dl::Parser do
parser = Muse::Dl::Parser.new(["https://muse.jhu.edu/book/68534"])
parser.bookmarks.should eq true
parser.cleanup.should eq true
parser.tmp.should eq "/tmp"
parser.output.should eq "tempfilename.pdf"
parser.url.should eq "https://muse.jhu.edu/book/68534"
end