From 7d62299a27ae90b904293caba02d0fad40341f4a Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 15 Dec 2005 03:35:04 +0000 Subject: require tempdir instead of tempfile. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/pathname/test_pathname.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pathname/test_pathname.rb') diff --git a/test/pathname/test_pathname.rb b/test/pathname/test_pathname.rb index 5408f81183..a3f2b97bcc 100644 --- a/test/pathname/test_pathname.rb +++ b/test/pathname/test_pathname.rb @@ -4,7 +4,7 @@ require 'test/unit' require 'pathname' require 'fileutils' -require 'tempfile' +require 'tmpdir' class TestPathname < Test::Unit::TestCase def self.define_assertion(name, &block) -- cgit v1.2.3