From 2c15b52aec545dcfd307e9da4f03d42f7382b205 Mon Sep 17 00:00:00 2001 From: Jeroen van Baarsen Date: Thu, 5 Dec 2013 09:29:44 +0100 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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