Commit 98c731333d358ff43d3e0217ee714be102d96534

Authored by Nihad Abbasov
2 parents 0546b9c6 9c117f26

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 36 ### 3. Run Tests
37 37  
38 38 # All in one
39   - bundle exec gitlab:test
  39 + bundle exec rake gitlab:test
40 40  
41 41 # Rspec
42 42 bundle exec rake spec
43 43  
44   - # Cucumber
45   - bundle exec rake cucumber
  44 + # Spinach
  45 + bundle exec rake spinach
... ...