aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/code_statistics_calculator_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge pull request #22569 from seuros/remove-test-case"eileencodes2015-12-131-1/+1
| | | | | | | | | This reverts commit 9712a7a12b7f9e4dcef751ceda8a73c3f4beb11f, reversing changes made to 3e65c3d3886336e9145438cdeacaf4ebec6a48b8. Reverting because this caused test failures and while we have a followup branch there is still one failure that happens randomly and isn't straight forward to fix.
* Controller generators should be creating IntegrationTest stubs instead of ↵Abdelkader Boudih2015-12-131-1/+1
| | | | ControllerTest
* Allow rake:stats to account for rake tasksKevin Deisz2015-10-191-0/+16
|
* Update `rake counts` to count declarative tests in minitestbrainopia2015-01-091-24/+50
|
* Improve `rake stats` for JavaScript and CoffeeScript.Hendy Tanata2013-02-251-0/+288
Ignore block comments and calculates number of functions.