blob: 2091496fc94029f1adf08942b7c15916f73fbbc5 (
plain)
1
2
3
4
5
6
7
8
9
|
describe "brew cask --version", :cask do
it "respects the --version argument" do
expect {
expect {
Hbc::CLI::NullCommand.new("--version").run
}.not_to output.to_stderr
}.to output(Hbc.full_version).to_stdout
end
end
|