diff options
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/Rakefile b/actionview/Rakefile index 0fc38e8db4..2328e82d05 100644 --- a/actionview/Rakefile +++ b/actionview/Rakefile @@ -47,7 +47,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 |