From 55eba0affcf63bafcfb3def9299870779198f8ca Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Sun, 30 Sep 2012 19:41:57 -0700 Subject: fix cache store test Pull #7800 broke the build, this should fix it. --- actionpack/test/dispatch/session/cache_store_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack/test/dispatch') 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 -- cgit v1.2.3