From 1f05ed6883e4b82468aa1700bcf47d6cd5a9793b Mon Sep 17 00:00:00 2001 From: Axel Liljencrantz Date: Wed, 28 Jul 2010 15:58:24 +0200 Subject: [PATCH] Bundler fixes for 1.0rc1 --- script/run_all_tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/run_all_tests.sh b/script/run_all_tests.sh index 82e9b25..8975dcd 100755 --- a/script/run_all_tests.sh +++ b/script/run_all_tests.sh @@ -9,6 +9,8 @@ set -x set -e export HOME=$BD +export BUNDLE_PATH=$HOME/bundle +mkdir -p $HOME cp config/database.yml.example config/database.yml bundle install rake db:create