Commit 41d67d14214379d19a5fc2abfc4db2d73221b23a

Authored by Dmitriy Zaporozhets
2 parents 12fb44e6 2c15b52a

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 102  
103 103 * Run all tests
104 104  
105   - bundle exec rake gitlab:test
  105 + bundle exec rake gitlab:test RAILS_ENV=test
106 106  
107 107 * [RSpec](http://rspec.info/) unit and functional tests
108 108  
... ...