mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Report statistics from ActionMailbox
This commit is contained in:
parent
31e118c39d
commit
cc8c72a4bd
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ STATS_DIRECTORIES = [
|
|||
%w(Jobs app/jobs),
|
||||
%w(Models app/models),
|
||||
%w(Mailers app/mailers),
|
||||
%w(Mailboxes app/mailboxes),
|
||||
%w(Channels app/channels),
|
||||
%w(JavaScripts app/assets/javascripts),
|
||||
%w(JavaScript app/javascript),
|
||||
|
@ -18,6 +19,7 @@ STATS_DIRECTORIES = [
|
|||
%w(Helper\ tests test/helpers),
|
||||
%w(Model\ tests test/models),
|
||||
%w(Mailer\ tests test/mailers),
|
||||
%w(Mailbox\ tests test/mailboxes),
|
||||
%w(Job\ tests test/jobs),
|
||||
%w(Integration\ tests test/integration),
|
||||
%w(System\ tests test/system),
|
||||
|
|
Loading…
Reference in a new issue