mirror of https://github.com/rails/rails
Merge pull request #28744 from y-yagi/make_code_statistics_task_handle_system_tests_properly
Make code statistics task handle system tests properly
This commit is contained in:
commit
febf19d5d3
|
@ -7,7 +7,8 @@ class CodeStatistics #:nodoc:
|
|||
"Model tests",
|
||||
"Mailer tests",
|
||||
"Job tests",
|
||||
"Integration tests"]
|
||||
"Integration tests",
|
||||
"System tests"]
|
||||
|
||||
HEADERS = { lines: " Lines", code_lines: " LOC", classes: "Classes", methods: "Methods" }
|
||||
|
||||
|
|
Loading…
Reference in New Issue