diff options
| author | Markus Reiter | 2017-03-11 15:46:25 +0100 |
|---|---|---|
| committer | GitHub | 2017-03-11 15:46:25 +0100 |
| commit | bb3e509ee005b1b93271f505cabc9b41c6b4ae76 (patch) | |
| tree | f62ab46b28c74118e16fae94c954868046745cd0 /Library/Homebrew | |
| parent | 30a2f270b90e5a528d14c26aa44991f8b7b44fee (diff) | |
| parent | 49416d10b7c5c462ace7e2db31eae072e7ba0a8c (diff) | |
| download | brew-bb3e509ee005b1b93271f505cabc9b41c6b4ae76.tar.bz2 | |
Merge pull request #2315 from reitermarkus/hombrew-typo
Fix “Hombrew” typo.
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/test/cask/cli/--version_spec.rb | 2 |
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 |
