brew/Library/Homebrew/test/cmd/commands_spec.rb
2017-02-23 21:28:25 +01:00

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