Merge pull request #2315 from reitermarkus/hombrew-typo
Fix “Hombrew” typo.
This commit is contained in:
commit
bb3e509ee0
@ -1,6 +1,6 @@
|
|||||||
describe Hbc::CLI::Version, :cask do
|
describe Hbc::CLI::Version, :cask do
|
||||||
describe "::run" do
|
describe "::run" do
|
||||||
it "outputs the current Hombrew-Cask version" do
|
it "outputs the current Homebrew-Cask version" do
|
||||||
expect { described_class.run }
|
expect { described_class.run }
|
||||||
.to output(/\AHomebrew-Cask.*\d+\.\d+\.\d+/).to_stdout
|
.to output(/\AHomebrew-Cask.*\d+\.\d+\.\d+/).to_stdout
|
||||||
.and not_to_output.to_stderr
|
.and not_to_output.to_stderr
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user