Commit 21b4c2e11cf1bb31ad35003bc40b05c7fc757100

Authored by Andrew Kane
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 24 end
25 25  
26 26 def test_load
27   - Product.search_index.refresh
28 27 products = Product.search("*")
29 28 refute products.loaded?
30 29 assert products.load.loaded?
... ...