Skip to content

Commit ac1991f

Browse files
committed
Merge pull request #982 from bf4/typo
Fix typo
2 parents 6a122da + 58a237e commit ac1991f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/serializers/cache_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def test_fragment_fetch_with_virtual_associations
116116
assert_equal({place: 'Nowhere'}, ActionController::Base.cache_store.fetch(@location.cache_key))
117117
end
118118

119-
def test_uses_file_digest_in_cahe_key
119+
def test_uses_file_digest_in_cache_key
120120
blog = render_object_with_cache(@blog)
121121
assert_equal(@blog_serializer.attributes, ActionController::Base.cache_store.fetch(@blog.cache_key_with_digest))
122122
end

0 commit comments

Comments
 (0)