Commit 891dc550e0c5cef88b250a98d9546a25da0912ba
1 parent
06807885
Exists in
master
and in
4 other branches
README code in lists
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
README.md
| @@ -76,20 +76,20 @@ You can either follow the "ordinary" Installation guide to install it on a machi | @@ -76,20 +76,20 @@ You can either follow the "ordinary" Installation guide to install it on a machi | ||
| 76 | 76 | ||
| 77 | * Seed the database with | 77 | * Seed the database with |
| 78 | 78 | ||
| 79 | - bundle exec rake db:setup RAILS_ENV=test | ||
| 80 | - bundle exec rake db:seed_fu RAILS_ENV=test | 79 | + bundle exec rake db:setup RAILS_ENV=test |
| 80 | + bundle exec rake db:seed_fu RAILS_ENV=test | ||
| 81 | 81 | ||
| 82 | * Run all tests | 82 | * Run all tests |
| 83 | 83 | ||
| 84 | - bundle exec rake gitlab:test | 84 | + bundle exec rake gitlab:test |
| 85 | 85 | ||
| 86 | * Rspec unit and functional tests | 86 | * Rspec unit and functional tests |
| 87 | 87 | ||
| 88 | - bundle exec rake spec | 88 | + bundle exec rake spec |
| 89 | 89 | ||
| 90 | * Spinach integration tests | 90 | * Spinach integration tests |
| 91 | 91 | ||
| 92 | - bundle exec rake spinach | 92 | + bundle exec rake spinach |
| 93 | 93 | ||
| 94 | ### Getting help | 94 | ### Getting help |
| 95 | 95 |