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