We are trying to migrate a repo over from TravisCI. The specs all pass in Travis and locally. But on CircleCI we get three specs that fail with an error message:
ThinkingSphinx::SphinxError:
unknown index 'lesson_core' in update request
These all have to do with destroying a Lesson
model. Any ideas of what we should be doing different in our configuration to get this properly ported over from TravisCI?
We are using Ruby 2.1.6 with the default Sphinx (2.0.4) and ThinkingShpinx 3.0.6, rails 3.2.21.