mirror of https://github.com/rails/rails
Merge pull request #35005 from bogdanvlviv/add-chanel-tests-to-rails-stats
Add Channel tests to `rails stats`
This commit is contained in:
commit
feb97dfabd
|
@ -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),
|
||||
|
|
|
@ -118,7 +118,7 @@ module ApplicationTests
|
|||
end
|
||||
|
||||
def test_code_statistics_sanity
|
||||
assert_match "Code LOC: 29 Test LOC: 0 Code to Test Ratio: 1:0.0",
|
||||
assert_match "Code LOC: 32 Test LOC: 0 Code to Test Ratio: 1:0.0",
|
||||
rails("stats")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue