From f5321d1b0d8f24cb2d4773c03f57f1c643fc775f Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Fri, 31 Mar 2017 15:59:22 +0300 Subject: Remove osmium from blacklisted formulas --- Library/Homebrew/test/missing_formula_spec.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Library/Homebrew/test') 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" } -- cgit v1.2.3