Test sources are dropped in HOMEBREW_CACHE/Sources

This commit is contained in:
Lukas Oberhuber 2022-08-02 08:53:15 -07:00
parent 60831da3b8
commit 89c1d6812d

View File

@ -82,5 +82,6 @@ describe "brew install" do
.and be_a_success
expect(HOMEBREW_CELLAR/"testball1/0.1/bin/test").to be_a_file
expect(HOMEBREW_CELLAR/"testball1/0.1/bin/test.dSYM").to be_a_directory if OS.mac?
expect(HOMEBREW_CACHE/"Sources/testball1").to be_a_directory
end
end