diff options
| author | Nath Tumlin | 2017-03-13 19:43:08 -0500 |
|---|---|---|
| committer | Nath Tumlin | 2017-03-13 19:43:08 -0500 |
| commit | 48e4463f5b458c731c6bbbaa200dd805bad32de0 (patch) | |
| tree | 921ecb5aff1ce6f7c8a6570d0101bd87ea5608e0 /Library | |
| parent | b42ccece49d88874b8221570f62c08366b9d5eab (diff) | |
| download | brew-48e4463f5b458c731c6bbbaa200dd805bad32de0.tar.bz2 | |
Fixed test case wording
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/cask/cli/search_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/cask/cli/search_spec.rb b/Library/Homebrew/test/cask/cli/search_spec.rb index cbd8ceb9d..9843a6de6 100644 --- a/Library/Homebrew/test/cask/cli/search_spec.rb +++ b/Library/Homebrew/test/cask/cli/search_spec.rb @@ -57,7 +57,7 @@ describe Hbc::CLI::Search, :cask do }.to output(/^No Cask found for "caskroom"\.\n/).to_stdout end - it "doesn't highlight not installed packages" do + it "doesn't highlight packages that aren't installed" do expect(Hbc::CLI::Search.highlight_installed("local-caffeine")).to eq("local-caffeine") end |
