Commit 21b4c2e11cf1bb31ad35003bc40b05c7fc757100
1 parent
9e35054e
Exists in
master
Removed unneeded code [skip ci]
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
test/relation_test.rb
@@ -24,7 +24,6 @@ class RelationTest < Minitest::Test | @@ -24,7 +24,6 @@ class RelationTest < Minitest::Test | ||
24 | end | 24 | end |
25 | 25 | ||
26 | def test_load | 26 | def test_load |
27 | - Product.search_index.refresh | ||
28 | products = Product.search("*") | 27 | products = Product.search("*") |
29 | refute products.loaded? | 28 | refute products.loaded? |
30 | assert products.load.loaded? | 29 | assert products.load.loaded? |