Commit 5d092945 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'sing-test-in-readme' of /home/git/repositories/gitlab/gitlabhq

parents 964f7a11 8bee0e1d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment