Skip to content

Commit

Permalink
removing everything from tmpdir
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanAkbar authored and ronaldtse committed Mar 9, 2024
1 parent bd4a403 commit 98e217e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/xlsx2db_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

expect(db.execute(sql).first.first).to eq("function")

FileUtils.rm_rf(dbfile)
FileUtils.rm_rf Dir.glob(File.join(dir, "*"))
end
end
end
Expand Down

0 comments on commit 98e217e

Please sign in to comment.