Add single test to the readme, should not use rake.

This commit is contained in:
Sytse Sijbrandij 2013-06-12 10:00:05 +02:00
parent 964f7a1196
commit 8bee0e1d32
1 changed files with 6 additions and 2 deletions

View File

@ -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