如何使用rspec测试Thinking Sphinx delta索引

时间:2013-01-30 08:09:53

标签: ruby-on-rails-3 rspec thinking-sphinx

我在项目中使用了Thinking sphinx,并使用Rspec

为我的搜索功能使用{{1}}测试用例

我在项目中也使用了大量的Delta索引。如何在此处使用rspec测试我的delta索引结果。

1 个答案:

答案 0 :(得分:0)

问题归因于https://github.com/pat/thinking-sphinx/issues/148(在rspec测试用例中默认禁用delta索引)

我必须将以下标志设置为true才能运行测试用例:

ThinkingSphinx.deltas_enabled  = true
ThinkingSphinx.updates_enabled = true