diff options
| author | Markus Reiter | 2017-07-29 19:55:05 +0200 |
|---|---|---|
| committer | Markus Reiter | 2017-07-29 20:25:37 +0200 |
| commit | 2ad3a87045246f89aa267251315d660f663c42f2 (patch) | |
| tree | dfb44525f5ae6233816ec97a4c868ea522b2358c /Library/Homebrew/test/cask/cli/search_spec.rb | |
| parent | e48a6736b8db7967b1f849975432ddbca6e8f9c0 (diff) | |
| download | brew-2ad3a87045246f89aa267251315d660f663c42f2.tar.bz2 | |
Silence all specs by default.
Diffstat (limited to 'Library/Homebrew/test/cask/cli/search_spec.rb')
| -rw-r--r-- | Library/Homebrew/test/cask/cli/search_spec.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Homebrew/test/cask/cli/search_spec.rb b/Library/Homebrew/test/cask/cli/search_spec.rb index f43610767..e237ad464 100644 --- a/Library/Homebrew/test/cask/cli/search_spec.rb +++ b/Library/Homebrew/test/cask/cli/search_spec.rb @@ -75,9 +75,7 @@ describe Hbc::CLI::Search, :cask do end it "highlights installed packages" do - shutup do - Hbc::CLI::Install.run("local-caffeine") - end + Hbc::CLI::Install.run("local-caffeine") expect(Hbc::CLI::Search.highlight_installed("local-caffeine")).to eq(pretty_installed("local-caffeine")) end |
