Commit 98c731333d358ff43d3e0217ee714be102d96534
Exists in
master
and in
4 other branches
Merge pull request #1473 from PragTob/updateDevDoc
Updated development docs
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
doc/development.md
| @@ -36,10 +36,10 @@ | @@ -36,10 +36,10 @@ | ||
| 36 | ### 3. Run Tests | 36 | ### 3. Run Tests |
| 37 | 37 | ||
| 38 | # All in one | 38 | # All in one |
| 39 | - bundle exec gitlab:test | 39 | + bundle exec rake gitlab:test |
| 40 | 40 | ||
| 41 | # Rspec | 41 | # Rspec |
| 42 | bundle exec rake spec | 42 | bundle exec rake spec |
| 43 | 43 | ||
| 44 | - # Cucumber | ||
| 45 | - bundle exec rake cucumber | 44 | + # Spinach |
| 45 | + bundle exec rake spinach |