diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2015-04-02 19:10:12 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2015-04-02 19:10:12 +0300 |
commit | 6d07fccaf2ffb7e2343fbde1d00899d8d2811d24 (patch) | |
tree | 78e3b50390d2e3d68b6d65653d0f51810da22f5b /README.md | |
parent | 393e1c827b921f31cc0d74c9bf65076b69876708 (diff) | |
parent | 4ad84c0936cde7549e46d85a05d3586946a28fef (diff) |
Merge pull request #19 from dritter/dritter/test-ratio
Show a ratio of test classes vs real classes (Ruby and Symfony2)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -76,7 +76,9 @@ currently available are: * **dir** - Your current working directory. * **history** - The command number for the current line. * **rbenv** - Ruby environment information (if one is active). +* **rspec_stats** - Show a ratio of test classes vs code classes for RSpec. * **status** - The return code of the previous command, and status of background jobs. +* **symfony2_tests** - Show a ratio of test classes vs code classes for Symfony2. * **time** - System time. * **vcs** - Information about this `git` or `hg` repository (if you are in one). |