From 8bee0e1d3201865fc6ff297d326086c104f531bc Mon Sep 17 00:00:00 2001
From: Sytse Sijbrandij <sytse@dosire.com>
Date: Wed, 12 Jun 2013 10:00:05 +0200
Subject: [PATCH] Add single test to the readme, should not use rake.

---
 README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 74bf3938eba22..600fcff6d49af 100644
--- a/README.md
+++ b/README.md
@@ -115,11 +115,15 @@ or start each component separately
 
 * [RSpec](http://rspec.info/) unit and functional tests
 
-        bundle exec rake spec
+        All RSpec tests: bundle exec rake spec
+
+        Single RSpec file: bundle exec rspec spec/controllers/commit_controller_spec.rb
 
 * [Spinach](https://github.com/codegram/spinach) integration tests
 
-        bundle exec rake spinach
+        All Spinach tests: bundle exec rake spinach
+
+        Single Spinach test: bundle exec spinach features/project/issues/milestones.feature
 
 
 ### GitLab interfaces
-- 
GitLab