test/cask/cask_spec: fix test
This commit is contained in:
parent
724e3e646a
commit
6e1b9ddb49
@ -311,7 +311,7 @@ describe Cask::Cask, :cask do
|
|||||||
|
|
||||||
expect(h).to be_a(Hash)
|
expect(h).to be_a(Hash)
|
||||||
expect(h["artifacts"].first[:binary].first).to eq "$APPDIR/some/path"
|
expect(h["artifacts"].first[:binary].first).to eq "$APPDIR/some/path"
|
||||||
expect(h["caveats"]).to eq "$HOMEBREW_PREFIX and $HOME\n"
|
expect(h["caveats"]).to eq "$HOMEBREW_PREFIX and /$HOME\n"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user