# File lib/thinking_sphinx/test.rb, line 29
  def self.run(&block)
    begin
      start
      yield
    ensure
      stop
    end
  end