aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2017-09-08 09:04:53 +0100
committerGitHub2017-09-08 09:04:53 +0100
commit2ed20c1cf36d6c7ab32d32f245b249a534b61844 (patch)
tree03209f5701dbd89b17853652f136eedf70cc72f2
parent5b041528aff269a003e9be786d52466002a23b2a (diff)
parent49d2d7b94d85dd150956ea14d66a34870d2f70fd (diff)
downloadbrew-2ed20c1cf36d6c7ab32d32f245b249a534b61844.tar.bz2
Merge pull request #3127 from MikeMcQuaid/home_spec_testball
home_spec: use different test formula.
-rw-r--r--Library/Homebrew/test/cmd/home_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/test/cmd/home_spec.rb b/Library/Homebrew/test/cmd/home_spec.rb
index 5a4070492..cf9453af2 100644
--- a/Library/Homebrew/test/cmd/home_spec.rb
+++ b/Library/Homebrew/test/cmd/home_spec.rb
@@ -7,10 +7,10 @@ describe "brew home", :integration_test do
end
it "opens the homepage for a given Formula" do
- setup_test_formula "testball"
+ setup_test_formula "testballhome"
- expect { brew "home", "testball", "HOMEBREW_BROWSER" => "echo" }
- .to output("#{Formula["testball"].homepage}\n").to_stdout
+ expect { brew "home", "testballhome", "HOMEBREW_BROWSER" => "echo" }
+ .to output("#{Formula["testballhome"].homepage}\n").to_stdout
.and not_to_output.to_stderr
.and be_a_success
end