We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a122da + 58a237e commit ac1991fCopy full SHA for ac1991f
test/serializers/cache_test.rb
@@ -116,7 +116,7 @@ def test_fragment_fetch_with_virtual_associations
116
assert_equal({place: 'Nowhere'}, ActionController::Base.cache_store.fetch(@location.cache_key))
117
end
118
119
- def test_uses_file_digest_in_cahe_key
+ def test_uses_file_digest_in_cache_key
120
blog = render_object_with_cache(@blog)
121
assert_equal(@blog_serializer.attributes, ActionController::Base.cache_store.fetch(@blog.cache_key_with_digest))
122
0 commit comments