# File lib/thinking_sphinx/test.rb, line 23
  def self.autostop
    Kernel.at_exit do
      ThinkingSphinx::Test.stop
    end
  end