Skip to content

Instantly share code, notes, and snippets.

@drogus
Created May 24, 2010 07:00
Show Gist options
  • Save drogus/411603 to your computer and use it in GitHub Desktop.
Save drogus/411603 to your computer and use it in GitHub Desktop.
ThinkingSphinx::Test.init(true)
ThinkingSphinx::Test.start_with_autostop
Before("@sphinx") do
ThinkingSphinx::Test.index
sleep(0.5)
end
at_exit do
ThinkingSphinx::Test.stop
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment