From fab0ea6fda13255f8ab64df1ca823d1c958af893 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 1 Jan 2018 09:33:43 +0000 Subject: Deprecate Homebrew/homebrew-science --- Library/Homebrew/test/dev-cmd/tap_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/test') 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 -- cgit v1.2.3