Fix MissingFormula
namespacing.
This commit is contained in:
parent
1669111bec
commit
33a9521576
@ -139,7 +139,6 @@ module Homebrew
|
|||||||
|
|
||||||
ofail "#{Formatter.pluralize(problem_count, "problem")} in #{Formatter.pluralize(formula_count, "formula")}"
|
ofail "#{Formatter.pluralize(problem_count, "problem")} in #{Formatter.pluralize(formula_count, "formula")}"
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
class FormulaText
|
class FormulaText
|
||||||
def initialize(path)
|
def initialize(path)
|
||||||
@ -970,3 +969,4 @@ class ResourceAuditor
|
|||||||
@problems << text
|
@problems << text
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
@ -8,6 +8,7 @@ module Count
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
module Homebrew
|
||||||
describe FormulaText do
|
describe FormulaText do
|
||||||
alias_matcher :have_data, :be_data
|
alias_matcher :have_data, :be_data
|
||||||
alias_matcher :have_end, :be_end
|
alias_matcher :have_end, :be_end
|
||||||
@ -601,3 +602,4 @@ describe FormulaAuditor do
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user