From cd150c96e3dd7cc356c5e7b4901b9f520efa267c Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Fri, 31 Aug 2012 15:39:45 +0100 Subject: Revert "Add missing require" This reverts commit e4b33b08d6d2b88b627b1e52c4f349e57c5b89fc. https://github.com/rails/rails/pull/7452#issuecomment-8094302 --- actionpack/test/dispatch/session/mem_cache_store_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/test/dispatch/session/mem_cache_store_test.rb b/actionpack/test/dispatch/session/mem_cache_store_test.rb index 0705fe3e7c..7e9e41c29a 100644 --- a/actionpack/test/dispatch/session/mem_cache_store_test.rb +++ b/actionpack/test/dispatch/session/mem_cache_store_test.rb @@ -1,5 +1,4 @@ require 'abstract_unit' -require 'fixtures/session_autoload_test/session_autoload_test/foo' # You need to start a memcached server inorder to run these tests class MemCacheStoreTest < ActionDispatch::IntegrationTest -- cgit v1.2.3