test/index_test.rb in searchkick-0.2.3 vs test/index_test.rb in searchkick-0.2.4
- old
+ new
@@ -10,10 +10,10 @@
old_index.create
different_index.create
Product.clean_indices
- assert Product.index.exists?
+ assert Product.tire.index.exists?
assert different_index.exists?
assert !old_index.exists?
end
def test_clean_indices_old_format