Fix MissingFormula namespacing.

This commit is contained in:
Markus Reiter 2018-04-22 17:27:44 +02:00
parent 1669111bec
commit 33a9521576
2 changed files with 1267 additions and 1265 deletions

View File

@ -139,7 +139,6 @@ module Homebrew
ofail "#{Formatter.pluralize(problem_count, "problem")} in #{Formatter.pluralize(formula_count, "formula")}"
end
end
class FormulaText
def initialize(path)
@ -970,3 +969,4 @@ class ResourceAuditor
@problems << text
end
end
end

View File

@ -8,6 +8,7 @@ module Count
end
end
module Homebrew
describe FormulaText do
alias_matcher :have_data, :be_data
alias_matcher :have_end, :be_end
@ -601,3 +602,4 @@ describe FormulaAuditor do
end
end
end
end