summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-12-15 03:35:04 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-12-15 03:35:04 +0000
commit7d62299a27ae90b904293caba02d0fad40341f4a (patch)
tree33c1657493d246073c259d82b12d603950ca70aa
parent1d745974b133928edd1ad0409723e3c925ece0ae (diff)
require tempdir instead of tempfile.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--test/pathname/test_pathname.rb2
1 files changed, 1 insertions, 1 deletions
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)