Commit 41d67d14214379d19a5fc2abfc4db2d73221b23a
Exists in
master
and in
4 other branches
Merge pull request #5762 from jvanbaarsen/patch-2
Updated README.md - Added RAILS_ENV
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
| @@ -102,7 +102,7 @@ or start each component separately | @@ -102,7 +102,7 @@ or start each component separately | ||
| 102 | 102 | ||
| 103 | * Run all tests | 103 | * Run all tests |
| 104 | 104 | ||
| 105 | - bundle exec rake gitlab:test | 105 | + bundle exec rake gitlab:test RAILS_ENV=test |
| 106 | 106 | ||
| 107 | * [RSpec](http://rspec.info/) unit and functional tests | 107 | * [RSpec](http://rspec.info/) unit and functional tests |
| 108 | 108 |