aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/statistics.rake
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/rails/tasks/statistics.rake')
-rw-r--r--railties/lib/rails/tasks/statistics.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/lib/rails/tasks/statistics.rake b/railties/lib/rails/tasks/statistics.rake
index 007a30b6ae..5abba7d3b4 100644
--- a/railties/lib/rails/tasks/statistics.rake
+++ b/railties/lib/rails/tasks/statistics.rake
@@ -20,6 +20,7 @@ STATS_DIRECTORIES = [
%w(Model\ tests test/models),
%w(Mailer\ tests test/mailers),
%w(Mailbox\ tests test/mailboxes),
+ %w(Channel\ tests test/channels),
%w(Job\ tests test/jobs),
%w(Integration\ tests test/integration),
%w(System\ tests test/system),