| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-02 | Remove unused entries from test/.gitignore | Jack Nagel | |
| 2014-09-10 | Use bundler for test gem dependencies. | Mike McQuaid | |
| Closes #31986. References #31981. | |||
| 2012-11-17 | tests: add profiling support | Jack Nagel | |
| `rake profile` will run ruby-prof on the test suite if the ruby-prof gem is installed. | |||
| 2012-08-29 | tests: support "rake rcov" if rcov is installed | Jack Nagel | |
| If the rcov gem is installed, `rake rcov` will generate a test coverage report in the coverage directory. I picked rcov because it is 1.8 compatible. But it could easily be swapped out for another coverage tool. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
