Skip to content

Commit

Permalink
Add back local cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Jan 31, 2019
1 parent a39602f commit abd59ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/webp_ffi_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
Dir.mkdir(@out_dir) unless File.exists?(@out_dir)
end
after :all do
# @out_dir = File.expand_path(File.join(File.dirname(__FILE__), "../tmp/"))
# Dir["#{@out_dir}/*{.png,.webp}"].each do |file|
# File.delete(file) rescue nil
# end
@out_dir = File.expand_path(File.join(File.dirname(__FILE__), "../tmp/"))
Dir["#{@out_dir}/*{.png,.webp}"].each do |file|
File.delete(file) rescue nil
end
end

it "calculate plus 100 by test_c (verify C)" do
Expand Down

0 comments on commit abd59ed

Please sign in to comment.