Dalli doesn't support autoloading of unloaded classes

This commit is contained in:
Guillermo Iguaran 2012-09-06 18:09:07 -05:00
parent 032da37019
commit f6f406696f
1 changed files with 0 additions and 5 deletions

View File

@ -131,11 +131,6 @@ class MemCacheStoreTest < ActionDispatch::IntegrationTest
get '/get_session_id'
assert_response :success
end
with_autoload_path "session_autoload_test" do
get '/get_session_value'
assert_response :success
assert_equal 'foo: #<SessionAutoloadTest::Foo bar:"baz">', response.body, "should auto-load unloaded class"
end
end
end