diff options
author | Jon Leighton <j@jonathanleighton.com> | 2012-08-31 15:39:45 +0100 |
---|---|---|
committer | Jon Leighton <j@jonathanleighton.com> | 2012-08-31 15:54:31 +0100 |
commit | cd150c96e3dd7cc356c5e7b4901b9f520efa267c (patch) | |
tree | 2afbb9500cdf5c0a02403e6fcb43261ec5625c91 /actionpack/test/dispatch | |
parent | d659406e24608973b02f21e14a140d12b3acc05a (diff) | |
download | rails-cd150c96e3dd7cc356c5e7b4901b9f520efa267c.tar.gz rails-cd150c96e3dd7cc356c5e7b4901b9f520efa267c.tar.bz2 rails-cd150c96e3dd7cc356c5e7b4901b9f520efa267c.zip |
Revert "Add missing require"
This reverts commit e4b33b08d6d2b88b627b1e52c4f349e57c5b89fc.
https://github.com/rails/rails/pull/7452#issuecomment-8094302
Diffstat (limited to 'actionpack/test/dispatch')
-rw-r--r-- | actionpack/test/dispatch/session/mem_cache_store_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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 |