Test HOMEBREW_LIBRARY=HOMEBREW_REPOSITORY/Library

This commit is contained in:
Shaun Jackman 2020-12-15 12:44:06 -08:00
parent 7fb1620c58
commit 58fe675d97

View File

@ -8,4 +8,8 @@ describe "brew", :integration_test do
.and not_to_output.to_stderr .and not_to_output.to_stderr
.and be_a_success .and be_a_success
end end
it "ensures that HOMEBREW_LIBRARY=HOMEBREW_REPOSITORY/Library" do
expect(HOMEBREW_LIBRARY.to_s).to eq("#{HOMEBREW_REPOSITORY}/Library")
end
end end