Skip to content

Commit 2c15b52

Browse files
committed
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
1 parent 12fb44e commit 2c15b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ or start each component separately
102102

103103
* Run all tests
104104

105-
bundle exec rake gitlab:test
105+
bundle exec rake gitlab:test RAILS_ENV=test
106106

107107
* [RSpec](http://rspec.info/) unit and functional tests
108108

0 commit comments

Comments
 (0)