I have a problem with running Sphinx in test
As that was shown in the example ThinkingSphinx
I start the test with ThinkingSphinx::Test.start and end with ThinkingSphinx::Test.stop
The head section of test file contains
require 'thinking_sphinx/test'
ThinkingSphinx::Test.init
The error is
Failed to start searchd daemon. Check ...searchd.log.
Do you familiar with this?
Thanks!