Skip to content

Commit

Permalink
Dalli doesn't support autoloading of unloaded classes
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Sep 6, 2012
1 parent 032da37 commit f6f4066
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions actionpack/test/dispatch/session/mem_cache_store_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@ def test_deserializes_unloaded_class
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

Expand Down

0 comments on commit f6f4066

Please sign in to comment.