From e6301cec61defe57372f76be634694c193f8b0fd Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Sun, 27 Apr 2008 22:47:39 +0000 Subject: [PATCH] ActionItem280: removing test index before testing starts --- test/test_helper.rb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 8245866..ab41789 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -7,6 +7,8 @@ require 'hpricot' require 'noosfero/test' +FileUtils.rm_rf(File.join(RAILS_ROOT, 'index', 'test')) + class Test::Unit::TestCase # Transactional fixtures accelerate your tests by wrapping each test method # in a transaction that's rolled back on completion. This ensures that the -- libgit2 0.21.2