Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@dosire.com>2013-06-12 12:00:05 +0400
committerSytse Sijbrandij <sytse@dosire.com>2013-06-12 12:00:05 +0400
commit8bee0e1d3201865fc6ff297d326086c104f531bc (patch)
treed4d4cc2335c58ec0a4195100745de6e55167ef4a /README.md
parent964f7a1196c56a100242525eb3b8a4b69118d2ff (diff)
Add single test to the readme, should not use rake.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
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