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/artifact/nested_container_spec.rb | |
| parent | e48a6736b8db7967b1f849975432ddbca6e8f9c0 (diff) | |
| download | brew-2ad3a87045246f89aa267251315d660f663c42f2.tar.bz2 | |
Silence all specs by default.
Diffstat (limited to 'Library/Homebrew/test/cask/artifact/nested_container_spec.rb')
| -rw-r--r-- | Library/Homebrew/test/cask/artifact/nested_container_spec.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Homebrew/test/cask/artifact/nested_container_spec.rb b/Library/Homebrew/test/cask/artifact/nested_container_spec.rb index 3e9a549ea..be7ba5ff8 100644 --- a/Library/Homebrew/test/cask/artifact/nested_container_spec.rb +++ b/Library/Homebrew/test/cask/artifact/nested_container_spec.rb @@ -5,9 +5,7 @@ describe Hbc::Artifact::NestedContainer, :cask do InstallHelper.install_without_artifacts(c) end - shutup do - Hbc::Artifact::NestedContainer.new(cask).install_phase - end + Hbc::Artifact::NestedContainer.new(cask).install_phase expect(cask.staged_path.join("MyNestedApp.app")).to be_a_directory end |
