From 59b67dfb4c41fd5bc6a73e943ed41609ae0c4ce6 Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Mon, 9 May 2016 20:07:47 +0200 Subject: No need to call `remove_template`. Each test executes in another tmp folder, so there's no chance of polluting another test run. --- actionview/test/template/digestor_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/actionview/test/template/digestor_test.rb b/actionview/test/template/digestor_test.rb index d4c5048bde..557de6d63e 100644 --- a/actionview/test/template/digestor_test.rb +++ b/actionview/test/template/digestor_test.rb @@ -67,7 +67,6 @@ class TemplateDigestorTest < ActionView::TestCase add_template("events/_uncompleted") end ensure - remove_template("events/_uncompleted") ActionView::Resolver.caching = old_caching end -- cgit v1.2.3