summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test_tempfile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_tempfile.rb b/test/test_tempfile.rb
index d4ae7d4b3f..ccebbf3c1a 100644
--- a/test/test_tempfile.rb
+++ b/test/test_tempfile.rb
@@ -19,7 +19,7 @@ class TestTempfile < Test::Unit::TestCase
end
end
- def test_leackchecker
+ def test_leakchecker
assert_instance_of(Tempfile, Tempfile.allocate)
end