cask-test: fix reinstall a non installed Cask
Trying to uninstall a non installed Cask made this test fail. This commit remove that and thus this test passes. Note that every Cask is uninstalled after each test case.
This commit is contained in:
parent
f802c55c90
commit
ad1fa738ef
@ -14,9 +14,6 @@ describe Hbc::CLI::Reinstall do
|
||||
end
|
||||
|
||||
it "allows reinstalling a non installed Cask" do
|
||||
shutup do
|
||||
Hbc::CLI::Uninstall.run("local-transmission")
|
||||
end
|
||||
Hbc.load("local-transmission").wont_be :installed?
|
||||
|
||||
shutup do
|
||||
|
Loading…
x
Reference in New Issue
Block a user