aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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