Merge pull request #982 from bf4/typo

Fix typo
This commit is contained in:
João Moura 2015-07-02 19:06:32 -03:00
commit ac1991fd6b

View File

@ -116,7 +116,7 @@ module ActiveModel
assert_equal({place: 'Nowhere'}, ActionController::Base.cache_store.fetch(@location.cache_key))
end
def test_uses_file_digest_in_cahe_key
def test_uses_file_digest_in_cache_key
blog = render_object_with_cache(@blog)
assert_equal(@blog_serializer.attributes, ActionController::Base.cache_store.fetch(@blog.cache_key_with_digest))
end