From 38d2616ea0d39fb5af28f710a35f5696440b65fc Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 5 Nov 2015 12:50:11 +1100 Subject: [PATCH] No need to empty cache if I18n asset depends on locale --- script/ci/run_tests.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/script/ci/run_tests.sh b/script/ci/run_tests.sh index 46c4d31ad8..efae0805a6 100755 --- a/script/ci/run_tests.sh +++ b/script/ci/run_tests.sh @@ -17,8 +17,5 @@ echo "--- Loading test database" bundle exec rake db:drop db:create db:schema:load bundle exec rake parallel:drop parallel:create parallel:load_schema -echo "--- Emptying cache" -bundle exec rake tmp:clear - echo "--- Running tests" bundle exec rake parallel:spec