diff --git a/test/relation_test.rb b/test/relation_test.rb index 8065e6f..7898f03 100644 --- a/test/relation_test.rb +++ b/test/relation_test.rb @@ -24,7 +24,6 @@ class RelationTest < Minitest::Test end def test_load - Product.search_index.refresh products = Product.search("*") refute products.loaded? assert products.load.loaded? -- libgit2 0.21.0