Hi, First things first: Thank you for version 3!!!
I just switched over and got everything working in development mode, however, my cucumber tests are now failing because my searches aren't working. Versions: thinking-sphinx: 3.0.1, rails: 3.2.11, cucumber: 1.2.1, OS: Ubuntu I had the following call to update a search index in my step-definitions: ThinkingSphinx::Test.index "my_model". I assume this still works because all of my " my_model_core.* " files are getting updated. I think the problem is that required initializations are not being performed. In version 2.x of thinking-sphinx I had the following code in my "env.rb" file: require 'cucumber/thinking_sphinx/external_world' Cucumber::ThinkingSphinx::ExternalWorld.new In version 3 there is no longer a "cucumber" directory containing any initialization files/code. Can someone tell me how to initialize thinking-sphinx for cucumber? Thanks, Larry -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/thinking-sphinx?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
