Rename method

This commit is contained in:
Jack Nagel 2015-05-07 23:18:01 -04:00
parent 41ecce7898
commit 3895a0ae23

View File

@ -234,7 +234,7 @@ class FormulaAuditor
end end
end end
def audit_urls def audit_homepage
homepage = formula.homepage homepage = formula.homepage
unless homepage =~ %r[^https?://] unless homepage =~ %r[^https?://]
@ -685,7 +685,7 @@ class FormulaAuditor
audit_file audit_file
audit_class audit_class
audit_specs audit_specs
audit_urls audit_homepage
audit_deps audit_deps
audit_java_home audit_java_home
audit_conflicts audit_conflicts