Skip to content

Commit

Permalink
Merge pull request #982 from bf4/typo
Browse files Browse the repository at this point in the history
Fix typo
joaomdmoura committed Jul 2, 2015
2 parents 6a122da + 58a237e commit ac1991f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/serializers/cache_test.rb
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@ def test_fragment_fetch_with_virtual_associations
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

0 comments on commit ac1991f

Please sign in to comment.