Merge pull request #14638 from Bo98/ci-fix
test/cask/cask_spec: fix test
This commit is contained in:
commit
f2c9db2626
@ -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