Reconcile test_old_rubies with the other checks

It is now check_old_rubies.
bug/bundler_fix
William Vu 2014-04-10 21:44:00 -05:00
parent 1f6bdabfe6
commit 8919e21379
No known key found for this signature in database
GPG Key ID: E761DCB4C1629024
1 changed files with 2 additions and 2 deletions

View File

@ -293,7 +293,7 @@ class Msftidy
end
end
def test_old_rubies
def check_old_rubies
return true unless CHECK_OLD_RUBIES
return true unless Object.const_defined? :RVM
puts "Checking syntax for #{@name}."
@ -526,7 +526,7 @@ def run_checks(full_filepath)
tidy.check_verbose_option
tidy.check_badchars
tidy.check_extname
tidy.test_old_rubies
tidy.check_old_rubies
tidy.check_ranking
tidy.check_disclosure_date
tidy.check_title_casing