diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2013-12-05 09:29:44 +0100 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2013-12-05 09:29:44 +0100 |
commit | 2c15b52aec545dcfd307e9da4f03d42f7382b205 (patch) | |
tree | fb5c877f5879cc674edb83df850428a4279b309d /README.md | |
parent | 12fb44e6e8f9675c9601a7dd2e08972d80544f96 (diff) | |
download | gitlab-ce-2c15b52aec545dcfd307e9da4f03d42f7382b205.tar.gz |
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
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index a1fb8fc17c0..fcf8e40f631 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ or start each component separately * Run all tests - bundle exec rake gitlab:test + bundle exec rake gitlab:test RAILS_ENV=test * [RSpec](http://rspec.info/) unit and functional tests |