aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2016-05-09 20:07:47 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2016-05-09 20:07:47 +0200
commit59b67dfb4c41fd5bc6a73e943ed41609ae0c4ce6 (patch)
treeac0ddea43ae2b4abbcd0dbb358fa022d28b094e8 /actionview
parenta0b3de3002bd9f608b3a9e41e702762b10430207 (diff)
downloadrails-59b67dfb4c41fd5bc6a73e943ed41609ae0c4ce6.tar.gz
rails-59b67dfb4c41fd5bc6a73e943ed41609ae0c4ce6.tar.bz2
rails-59b67dfb4c41fd5bc6a73e943ed41609ae0c4ce6.zip
No need to call `remove_template`.
Each test executes in another tmp folder, so there's no chance of polluting another test run.
Diffstat (limited to 'actionview')
-rw-r--r--actionview/test/template/digestor_test.rb1
1 files changed, 0 insertions, 1 deletions
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