Module | Autotest::Shame |
In: |
lib/autotest/shame.rb
|
STATS_DIRECTORIES | = | [ %w(Controllers app/controllers), %w(Helpers app/helpers), %w(Models app/models), %w(Libraries lib/), %w(APIs app/apis), %w(Components components), %w(Integration\ tests test/integration), %w(Functional\ tests test/functional), %w(Unit\ tests test/unit), ].select { |name, dir| File.directory?(dir) } | Until the rails team learns how to write modular code… I must steal :/ |