Commit 5d0929458cc502fd4f4981103d6d3a88ebb8e377

Authored by Dmitriy Zaporozhets
2 parents 964f7a11 8bee0e1d

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

Showing 1 changed file with 6 additions and 2 deletions   Show diff stats
@@ -115,11 +115,15 @@ or start each component separately @@ -115,11 +115,15 @@ or start each component separately
115 115
116 * [RSpec](http://rspec.info/) unit and functional tests 116 * [RSpec](http://rspec.info/) unit and functional tests
117 117
118 - bundle exec rake spec 118 + All RSpec tests: bundle exec rake spec
  119 +
  120 + Single RSpec file: bundle exec rspec spec/controllers/commit_controller_spec.rb
119 121
120 * [Spinach](https://github.com/codegram/spinach) integration tests 122 * [Spinach](https://github.com/codegram/spinach) integration tests
121 123
122 - bundle exec rake spinach 124 + All Spinach tests: bundle exec rake spinach
  125 +
  126 + Single Spinach test: bundle exec spinach features/project/issues/milestones.feature
123 127
124 128
125 ### GitLab interfaces 129 ### GitLab interfaces