From ccd181d7c5bde22cbdaf93f3c5b60f4e938d22f6 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller <bbodenmiller@hotmail.com> Date: Fri, 3 May 2013 01:03:49 -0700 Subject: [PATCH] link to RSpec. related to #3810 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3af521a7794f..1e55838357808 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Start it with [Foreman](https://github.com/ddollar/foreman) bundle exec rake gitlab:test -* Rspec unit and functional tests +* [RSpec](http://rspec.info/) unit and functional tests bundle exec rake spec -- GitLab