From 48d402db88caa3e3d908a8691c421cf66f65a1de Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 2 Feb 2010 13:58:56 +0000 Subject: use require_relative. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/optparse/test_optarg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/optparse/test_optarg.rb') diff --git a/test/optparse/test_optarg.rb b/test/optparse/test_optarg.rb index 49cb1b93ec..2058e3719d 100644 --- a/test/optparse/test_optarg.rb +++ b/test/optparse/test_optarg.rb @@ -1,4 +1,4 @@ -require 'test_optparse' +require_relative 'test_optparse' class TestOptionParser::OptArg < TestOptionParser def setup -- cgit v1.2.1