aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/missing_formula_spec.rb
diff options
context:
space:
mode:
authorpuredanger2017-08-22 12:17:11 -0500
committerpuredanger2017-08-22 12:17:11 -0500
commit9bc706f1fcc7bce3a71e63c11d98257e49cac76f (patch)
treed1f504a71dffa3d596749e8e69b05e6a3f7515de /Library/Homebrew/test/missing_formula_spec.rb
parent85fd43d4fe595f73b9168360b4c15a43e1a9debf (diff)
downloadbrew-9bc706f1fcc7bce3a71e63c11d98257e49cac76f.tar.bz2
remove blacklisting of Clojure to allow adding a Clojure formula
Diffstat (limited to 'Library/Homebrew/test/missing_formula_spec.rb')
-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" }