aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/paths_test.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-07-12 22:30:11 -0300
committerJosé Valim <jose.valim@gmail.com>2011-07-12 22:30:17 -0300
commit8f0e0b63f526967fc13c78eedb5c3a28a8f6ee75 (patch)
tree02047e886c85d74e9404c8ac5ed508f9f7b7792b /railties/test/application/paths_test.rb
parent8cf45150dec7f30009d006e52c646acf6b615f89 (diff)
downloadrails-8f0e0b63f526967fc13c78eedb5c3a28a8f6ee75.tar.gz
rails-8f0e0b63f526967fc13c78eedb5c3a28a8f6ee75.tar.bz2
rails-8f0e0b63f526967fc13c78eedb5c3a28a8f6ee75.zip
assets.cache_store now defaults to filesystem. You will want to share tmp/assets_cache between deploys.
Diffstat (limited to 'railties/test/application/paths_test.rb')
-rw-r--r--railties/test/application/paths_test.rb1
1 files changed, 0 insertions, 1 deletions
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"