aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2017-03-31 15:03:24 +0100
committerGitHub2017-03-31 15:03:24 +0100
commite30eeb3d1b77b044ddce7852893d0a87bd7ed277 (patch)
treeeae37e4c6d332d7379826251453b50481db322d9 /Library/Homebrew/test
parente9947fb42fe198a82492eea0c9117131229884bb (diff)
parentf5321d1b0d8f24cb2d4773c03f57f1c643fc775f (diff)
downloadbrew-e30eeb3d1b77b044ddce7852893d0a87bd7ed277.tar.bz2
Merge pull request #2426 from Zverik/osmium
Remove osmium from blacklisted formulas
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/missing_formula_spec.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Homebrew/test/missing_formula_spec.rb b/Library/Homebrew/test/missing_formula_spec.rb
index f395965a6..215cf17f7 100644
--- a/Library/Homebrew/test/missing_formula_spec.rb
+++ b/Library/Homebrew/test/missing_formula_spec.rb
@@ -88,14 +88,6 @@ describe Homebrew::MissingFormula do
it { is_expected.to be_blacklisted }
end
- context "osmium" do
- %w[osmium Osmium].each do |s|
- subject { s }
-
- it { is_expected.to be_blacklisted }
- end
- end
-
context "gfortran" do
subject { "gfortran" }