mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
8 lines
210 B
Ruby
8 lines
210 B
Ruby
![]() |
describe "brew commands", :integration_test do
|
||
|
it "prints a list of all available commands" do
|
||
|
expect { brew "commands" }
|
||
|
.to output(/Built-in commands/).to_stdout
|
||
|
.and be_a_success
|
||
|
end
|
||
|
end
|