diff options
| author | Markus Reiter | 2017-07-29 21:42:10 +0200 |
|---|---|---|
| committer | GitHub | 2017-07-29 21:42:10 +0200 |
| commit | 73084096842b9ea6fb0b2feaefbb688eb59c9db0 (patch) | |
| tree | dfb44525f5ae6233816ec97a4c868ea522b2358c /Library/Homebrew/test/cmd/outdated_spec.rb | |
| parent | e48a6736b8db7967b1f849975432ddbca6e8f9c0 (diff) | |
| parent | 2ad3a87045246f89aa267251315d660f663c42f2 (diff) | |
| download | brew-73084096842b9ea6fb0b2feaefbb688eb59c9db0.tar.bz2 | |
Merge pull request #2967 from reitermarkus/shutdown
Silence all specs by default.
Diffstat (limited to 'Library/Homebrew/test/cmd/outdated_spec.rb')
| -rw-r--r-- | Library/Homebrew/test/cmd/outdated_spec.rb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Homebrew/test/cmd/outdated_spec.rb b/Library/Homebrew/test/cmd/outdated_spec.rb index 65cce27c3..8b4c01e53 100644 --- a/Library/Homebrew/test/cmd/outdated_spec.rb +++ b/Library/Homebrew/test/cmd/outdated_spec.rb @@ -28,9 +28,7 @@ describe "brew outdated", :integration_test do setup_test_formula "testball" (HOMEBREW_CELLAR/"testball/0.0.1/foo").mkpath - shutup do - expect { brew "pin", "testball" }.to be_a_success - end + expect { brew "pin", "testball" }.to be_a_success expect { brew "outdated", "--verbose" } .to output("testball (0.0.1) < 0.1 [pinned at 0.0.1]\n").to_stdout @@ -44,9 +42,7 @@ describe "brew outdated", :integration_test do setup_test_formula "testball" (HOMEBREW_CELLAR/"testball/0.0.1/foo").mkpath - shutup do - expect { brew "pin", "testball" }.to be_a_success - end + expect { brew "pin", "testball" }.to be_a_success expected_json = [ { |
