diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-03 03:51:53 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-03 03:51:53 -0700 |
commit | 3466cc55077d93af1b778ee60c51189e3137feea (patch) | |
tree | b015f0a0f5b9972ddef6992584fda506667aa903 /README.md | |
parent | 28b6c4dcbbad5f4802eb803edb07e442ddc12cd4 (diff) | |
parent | ccd181d7c5bde22cbdaf93f3c5b60f4e938d22f6 (diff) | |
download | gitlab-ce-3466cc55077d93af1b778ee60c51189e3137feea.tar.gz |
Merge pull request #3820 from bbodenmiller/patch-3
link to RSpec. related to #3810
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 0fbad9f9ce0..af8b4648d51 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 |