1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Make sure restoration always happen.

This commit is contained in:
Zuhao Wan 2014-06-14 15:55:52 +08:00
parent ee4e86fa4b
commit 0c58eb02ef

View file

@ -233,6 +233,7 @@ class TemplateDigestorTest < ActionView::TestCase
assert_digest_difference("messages/edit", true) do
change_template("comments/_comment")
end
ensure
ActionView::Resolver.caching = resolver_before
end