aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/Rakefile')
-rw-r--r--actionview/Rakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/actionview/Rakefile b/actionview/Rakefile
index 0fc38e8db4..0d974cb087 100644
--- a/actionview/Rakefile
+++ b/actionview/Rakefile
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require "rake/testtask"
require "fileutils"
require "open3"
@@ -47,7 +49,7 @@ namespace :test do
status = $?.to_i
ensure
Process.kill("KILL", pid) if pid
- FileUtils.rm_f("log")
+ FileUtils.rm_rf("log")
end
exit status