From 18cbe235b8e4f7e5ef30937664a5afbcdb887e47 Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Thu, 2 Apr 2015 01:59:02 +0200 Subject: Added documentation. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 100fd588..1782e15f 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,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** - 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). -- cgit v1.2.3 From aadf37bd35c960fd337f73f78b91774e2ee13b0f Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Thu, 2 Apr 2015 09:43:57 +0200 Subject: Documentation is now correct. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d6ab7870..cb72bcde 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ 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** - Show a ratio of test classes vs code classes for RSpec. +* **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. -- cgit v1.2.3