jm / rails_upgrade

Plugin to run checks on your Rails 2.x/3.x to check for obvious upgrade points on the path to 3.0
http://omgbloglol.com
MIT License
68 stars 74 forks source link

check_generators produces false positive results #2

Closed jolohaga closed 14 years ago

jolohaga commented 14 years ago

On line 188, the files variable is assigned an array of empty strings. This array is tested in the if statement on line 192, so it always gives a false positive result.

jm commented 14 years ago

Fixed this now. Thanks for pointing it out!