diff options
author | Steve Klabnik <steve@steveklabnik.com> | 2012-09-30 19:41:57 -0700 |
---|---|---|
committer | Steve Klabnik <steve@steveklabnik.com> | 2012-09-30 19:45:43 -0700 |
commit | 55eba0affcf63bafcfb3def9299870779198f8ca (patch) | |
tree | ab0d1b0ca74847df956ef285538d07881d043f79 /actionpack/test/dispatch/session | |
parent | b10c8822e17ef8209422730faa7763138076f937 (diff) | |
download | rails-55eba0affcf63bafcfb3def9299870779198f8ca.tar.gz rails-55eba0affcf63bafcfb3def9299870779198f8ca.tar.bz2 rails-55eba0affcf63bafcfb3def9299870779198f8ca.zip |
fix cache store test
Pull #7800 broke the build, this should fix it.
Diffstat (limited to 'actionpack/test/dispatch/session')
-rw-r--r-- | actionpack/test/dispatch/session/cache_store_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/dispatch/session/cache_store_test.rb b/actionpack/test/dispatch/session/cache_store_test.rb index a74e165826..b8479e8836 100644 --- a/actionpack/test/dispatch/session/cache_store_test.rb +++ b/actionpack/test/dispatch/session/cache_store_test.rb @@ -1,4 +1,5 @@ require 'abstract_unit' +require 'fixtures/session_autoload_test/session_autoload_test/foo' class CacheStoreTest < ActionDispatch::IntegrationTest class TestController < ActionController::Base |