Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2013-12-05 12:29:44 +0400
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2013-12-05 12:29:44 +0400
commit2c15b52aec545dcfd307e9da4f03d42f7382b205 (patch)
treefb5c877f5879cc674edb83df850428a4279b309d /README.md
parent12fb44e6e8f9675c9601a7dd2e08972d80544f96 (diff)
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.md2
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