Commit 2c15b52aec545dcfd307e9da4f03d42f7382b205
1 parent
12fb44e6
Exists in
master
and in
4 other branches
Updated README.md - Added RAILS_ENV
Added RAILS_ENV to gitlab:test command, so the dev database wont be wiped. fixes https://github.com/gitlabhq/gitlabhq/issues/5756#issuecomment-29876630
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 |