aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMarkus Reiter2017-03-11 15:46:25 +0100
committerGitHub2017-03-11 15:46:25 +0100
commitbb3e509ee005b1b93271f505cabc9b41c6b4ae76 (patch)
treef62ab46b28c74118e16fae94c954868046745cd0 /Library
parent30a2f270b90e5a528d14c26aa44991f8b7b44fee (diff)
parent49416d10b7c5c462ace7e2db31eae072e7ba0a8c (diff)
downloadbrew-bb3e509ee005b1b93271f505cabc9b41c6b4ae76.tar.bz2
Merge pull request #2315 from reitermarkus/hombrew-typo
Fix “Hombrew” typo.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/cask/cli/--version_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/cask/cli/--version_spec.rb b/Library/Homebrew/test/cask/cli/--version_spec.rb
index 2e5737c9f..e7fcab65c 100644
--- a/Library/Homebrew/test/cask/cli/--version_spec.rb
+++ b/Library/Homebrew/test/cask/cli/--version_spec.rb
@@ -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