diff --git a/test/test_helper.rb b/test/test_helper.rb index 407ba8d..0c4887d 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -70,7 +70,7 @@ class MiniTest::Unit::TestCase protected def store(documents) - documents.each do |document| + documents.shuffle.each do |document| Product.create!(document) end Product.index.refresh -- libgit2 0.21.0