From 12ce751495f2e447a36b3b6060ec63c437b9d245 Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Tue, 26 Jul 2011 13:55:41 +0000 Subject: [PATCH] Add comment to explain solr query --- test/test_helper.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 6063c50..0289ca3 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -49,6 +49,7 @@ class Test::Unit::TestCase fixtures :environments, :roles def self.setup + # clean up index db before each test ActsAsSolr::Post.execute(Solr::Request::Delete.new(:query => '*:*')) end -- libgit2 0.21.2