brew/Library/Homebrew/test/cmd/shellenv_spec.rb

9 lines
225 B
Ruby
Raw Normal View History

2018-09-06 13:59:34 -05:00
describe "brew shellenv", :integration_test do
it "doesn't fail" do
expect { brew "shellenv" }
.to output(%r{#{HOMEBREW_PREFIX}/bin}).to_stdout
.and not_to_output.to_stderr
.and be_a_success
end
end