Updated

spec/support / clean_up.rb

A
10 lines of codes
0 methods
N/A complexity/method
2 churn
0.0 complexity
0 duplications
at_exit do puts "Cleaning up..." [ 'log/threshold_response*' ].each do |file| path = File.join(Rails.root, file) FileUtils.rm_r(Dir.glob(path)) end puts "Done." end