# File lib/thinking_sphinx/test.rb, line 9
  def self.start(options = {})
    config.render_to_file
    config.controller.index if options[:index].nil? || options[:index]
    config.controller.start
  end