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

8 lines
210 B
Ruby
Raw Normal View History

2017-02-23 06:01:35 +01:00
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