Commit e6301cec61defe57372f76be634694c193f8b0fd
1 parent
5cc68089
Exists in
master
and in
29 other branches
ActionItem280: removing test index before testing starts
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1704 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
test/test_helper.rb
... | ... | @@ -7,6 +7,8 @@ require 'hpricot' |
7 | 7 | |
8 | 8 | require 'noosfero/test' |
9 | 9 | |
10 | +FileUtils.rm_rf(File.join(RAILS_ROOT, 'index', 'test')) | |
11 | + | |
10 | 12 | class Test::Unit::TestCase |
11 | 13 | # Transactional fixtures accelerate your tests by wrapping each test method |
12 | 14 | # in a transaction that's rolled back on completion. This ensures that the | ... | ... |