Test sources are dropped in HOMEBREW_CACHE/Sources
This commit is contained in:
parent
60831da3b8
commit
89c1d6812d
@ -82,5 +82,6 @@ describe "brew install" do
|
|||||||
.and be_a_success
|
.and be_a_success
|
||||||
expect(HOMEBREW_CELLAR/"testball1/0.1/bin/test").to be_a_file
|
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_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
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user