Commit 8bee0e1d3201865fc6ff297d326086c104f531bc

Authored by Sytse Sijbrandij
1 parent 964f7a11

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

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