diff options
author | Sytse Sijbrandij <sytse@dosire.com> | 2013-06-12 10:00:05 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytse@dosire.com> | 2013-06-12 10:00:05 +0200 |
commit | 8bee0e1d3201865fc6ff297d326086c104f531bc (patch) | |
tree | d4d4cc2335c58ec0a4195100745de6e55167ef4a /README.md | |
parent | 964f7a1196c56a100242525eb3b8a4b69118d2ff (diff) | |
download | gitlab-ce-8bee0e1d3201865fc6ff297d326086c104f531bc.tar.gz |
Add single test to the readme, should not use rake.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md index 74bf3938eba..600fcff6d49 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 |