Merge pull request #2315 from reitermarkus/hombrew-typo

Fix “Hombrew” typo.
This commit is contained in:
Markus Reiter 2017-03-11 15:46:25 +01:00 committed by GitHub
commit bb3e509ee0

View File

@ -1,6 +1,6 @@
describe Hbc::CLI::Version, :cask do
describe "::run" do
it "outputs the current Hombrew-Cask version" do
it "outputs the current Homebrew-Cask version" do
expect { described_class.run }
.to output(/\AHomebrew-Cask.*\d+\.\d+\.\d+/).to_stdout
.and not_to_output.to_stderr