summaryrefslogtreecommitdiff
path: root/test/pathname/test_pathname.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/pathname/test_pathname.rb')
-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)