Test HOMEBREW_LIBRARY=HOMEBREW_REPOSITORY/Library
This commit is contained in:
parent
7fb1620c58
commit
58fe675d97
@ -8,4 +8,8 @@ describe "brew", :integration_test do
|
||||
.and not_to_output.to_stderr
|
||||
.and be_a_success
|
||||
end
|
||||
|
||||
it "ensures that HOMEBREW_LIBRARY=HOMEBREW_REPOSITORY/Library" do
|
||||
expect(HOMEBREW_LIBRARY.to_s).to eq("#{HOMEBREW_REPOSITORY}/Library")
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user