From 6b9107e9f81202ec45446c8f2239e056a5c3e503 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 28 Aug 2013 15:35:00 -0300 Subject: Fix teardown method name --- test/tc_maildir.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tc_maildir.rb b/test/tc_maildir.rb index 343e5f7..cf9f8e3 100644 --- a/test/tc_maildir.rb +++ b/test/tc_maildir.rb @@ -11,7 +11,7 @@ class TestMaildir < Test::Unit::TestCase @tmpdirs = [] end - def tear_down + def teardown @tmpdirs.each do |dir| FileUtils.rm_rf(dir) end -- cgit v1.2.3