test/cask/cask_spec: fix test

This commit is contained in:
Bo Anderson 2023-02-15 04:59:07 +00:00
parent 724e3e646a
commit 6e1b9ddb49
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -311,7 +311,7 @@ describe Cask::Cask, :cask do
expect(h).to be_a(Hash)
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