summaryrefslogtreecommitdiff
path: root/test/test_tempfile.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_tempfile.rb')
-rw-r--r--test/test_tempfile.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_tempfile.rb b/test/test_tempfile.rb
index 361613173f..7f7f75c7db 100644
--- a/test/test_tempfile.rb
+++ b/test/test_tempfile.rb
@@ -20,6 +20,10 @@ class TestTempfile < Test::Unit::TestCase
end
end
+ def test_leackchecker
+ assert_instance_of(Tempfile, Tempfile.allocate)
+ end
+
def test_basic
t = tempfile("foo")
path = t.path