aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/dev-cmd
diff options
context:
space:
mode:
authorMike McQuaid2018-01-01 09:33:43 +0000
committerMike McQuaid2018-01-01 09:33:43 +0000
commitfab0ea6fda13255f8ab64df1ca823d1c958af893 (patch)
tree1f6f039e77ad04998522c6df1e7fd84c88707353 /Library/Homebrew/test/dev-cmd
parent93a2e9fc25407b049d594ad2da112a5cb8bdf5c3 (diff)
downloadbrew-fab0ea6fda13255f8ab64df1ca823d1c958af893.tar.bz2
Deprecate Homebrew/homebrew-science
Diffstat (limited to 'Library/Homebrew/test/dev-cmd')
-rw-r--r--Library/Homebrew/test/dev-cmd/tap_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/dev-cmd/tap_spec.rb b/Library/Homebrew/test/dev-cmd/tap_spec.rb
index 93e9c0ed6..d09d0245f 100644
--- a/Library/Homebrew/test/dev-cmd/tap_spec.rb
+++ b/Library/Homebrew/test/dev-cmd/tap_spec.rb
@@ -16,7 +16,7 @@ describe "brew tap", :integration_test do
.and be_a_success
expect { brew "tap", "--list-official" }
- .to output(%r{homebrew/science}).to_stdout
+ .to output(%r{homebrew/php}).to_stdout
.and not_to_output.to_stderr
.and be_a_success