diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-02-02 13:58:56 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-02-02 13:58:56 +0000 |
commit | 48d402db88caa3e3d908a8691c421cf66f65a1de (patch) | |
tree | 3c2dc4d40152247d6285d068f500891f8ec6c897 /test/webrick/test_httpauth.rb | |
parent | 4dfd71005cf4ee14db965cd155417f8657ed2c24 (diff) |
use require_relative.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/webrick/test_httpauth.rb')
-rw-r--r-- | test/webrick/test_httpauth.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/webrick/test_httpauth.rb b/test/webrick/test_httpauth.rb index 56f96235f1..a6066908c1 100644 --- a/test/webrick/test_httpauth.rb +++ b/test/webrick/test_httpauth.rb @@ -3,7 +3,7 @@ require "net/http" require "tempfile" require "webrick" require "webrick/httpauth/basicauth" -require File.join(File.dirname(__FILE__), "utils.rb") +require_relative "utils" class TestWEBrickHTTPAuth < Test::Unit::TestCase def test_basic_auth |