From 8f0e0b63f526967fc13c78eedb5c3a28a8f6ee75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 12 Jul 2011 22:30:11 -0300 Subject: assets.cache_store now defaults to filesystem. You will want to share tmp/assets_cache between deploys. --- railties/test/application/paths_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'railties/test/application/paths_test.rb') diff --git a/railties/test/application/paths_test.rb b/railties/test/application/paths_test.rb index 0d22d8c19a..964cff48cd 100644 --- a/railties/test/application/paths_test.rb +++ b/railties/test/application/paths_test.rb @@ -48,7 +48,6 @@ module ApplicationTests assert_path @paths["vendor"], "vendor" assert_path @paths["vendor/plugins"], "vendor/plugins" assert_path @paths["tmp"], "tmp" - assert_path @paths["tmp/cache"], "tmp/cache" assert_path @paths["config"], "config" assert_path @paths["config/locales"], "config/locales/en.yml" assert_path @paths["config/environment"], "config/environment.rb" -- cgit v1.2.3