summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/tc_maildir.rb2
1 files changed, 1 insertions, 1 deletions
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