Skip to content

Commit 968499c

Browse files
committed
Remove log directory in test postprocessing
The "log" is directory. So it is necessary to use `FileUtils.rm_rf`.
1 parent 05ffe4b commit 968499c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ namespace :test do
4747
status = $?.to_i
4848
ensure
4949
Process.kill("KILL", pid) if pid
50-
FileUtils.rm_f("log")
50+
FileUtils.rm_rf("log")
5151
end
5252

5353
exit status

0 commit comments

Comments
 (0)