From 04b5228aba6e9aaaf3c082cb2aeafa124fcaca3b Mon Sep 17 00:00:00 2001 From: nahi Date: Thu, 29 Jan 2004 13:22:27 +0000 Subject: * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb to run test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rss/test_parser.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/rss/test_parser.rb') diff --git a/test/rss/test_parser.rb b/test/rss/test_parser.rb index a041c538ca..570141315b 100644 --- a/test/rss/test_parser.rb +++ b/test/rss/test_parser.rb @@ -3,10 +3,7 @@ require "test/unit" require "rss/parser" require "rss/1.0" -dir = File.dirname(File.expand_path(__FILE__)) -$:.push(dir) require "common" -$:.delete(dir) class TestParser < Test::Unit::TestCase include TestRSSMixin -- cgit v1.2.3