aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2017-08-23 18:37:15 +0100
committerGitHub2017-08-23 18:37:15 +0100
commit2c43e069c25e3c7cc255f5cd105df3597246b952 (patch)
tree573147a30c68b0c79491c16de5d4b6a4085fb419 /Library/Homebrew/test
parent7d5971e84c8e704afd60485cda75b6fb6438aa9c (diff)
parent9bc706f1fcc7bce3a71e63c11d98257e49cac76f (diff)
downloadbrew-2c43e069c25e3c7cc255f5cd105df3597246b952.tar.bz2
Merge pull request #3083 from puredanger/remove-clojure-blacklist
blacklist - remove clojure
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/missing_formula_spec.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/test/missing_formula_spec.rb b/Library/Homebrew/test/missing_formula_spec.rb
index a48f12ecd..0a905004b 100644
--- a/Library/Homebrew/test/missing_formula_spec.rb
+++ b/Library/Homebrew/test/missing_formula_spec.rb
@@ -82,12 +82,6 @@ describe Homebrew::MissingFormula do
it { is_expected.to be_blacklisted }
end
- context "clojure" do
- subject { "clojure" }
-
- it { is_expected.to be_blacklisted }
- end
-
context "gfortran" do
subject { "gfortran" }