Fix false positive audit warning

This commit is contained in:
Jack Nagel 2014-08-21 15:13:13 -05:00
parent af3d551de7
commit 0bf3ec593d

View File

@ -483,7 +483,7 @@ class FormulaAuditor
problem "Use new-style option definitions"
end
if line =~ /def test/
if line =~ /def test$/
problem "Use new-style test definitions (test do)"
end