Method: DeltaTest::CLI::StatsSaveCommand#cleanup_tmp_table_files

Defined in:
lib/delta_test/cli/stats_save_command.rb

#cleanup_tmp_table_filesObject



27
28
29
30
# File 'lib/delta_test/cli/stats_save_command.rb', line 27

def cleanup_tmp_table_files
  tmp_dir = DeltaTest.config.tmp_table_file.parent
  FileUtils.rm_rf(tmp_dir) if File.directory?(tmp_dir)
end