# File lib/thinking_sphinx/test.rb, line 40
  def self.clear
    [
      config.indices_location,
      config.searchd.binlog_path
    ].each do |path|
      FileUtils.rm_r(path) if File.exists?(path)
    end
  end