No need to empty cache if I18n asset depends on locale

This commit is contained in:
Maikel Linke
2015-11-05 12:50:11 +11:00
parent 0505a45de5
commit 38d2616ea0

View File

@@ -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