summaryrefslogtreecommitdiffstats
path: root/test/rss/test_syndication.rb
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-29 13:22:27 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-29 13:22:27 +0000
commit0bf1f4de232a7cf8d7aa7107249de7b840a6e112 (patch)
treece69b78b4e739fd0cdf71a86488af67114021a93 /test/rss/test_syndication.rb
parent47dead756b863b44273345525935c87cb99cf452 (diff)
downloadruby-0bf1f4de232a7cf8d7aa7107249de7b840a6e112.tar.gz
ruby-0bf1f4de232a7cf8d7aa7107249de7b840a6e112.tar.xz
ruby-0bf1f4de232a7cf8d7aa7107249de7b840a6e112.zip
* test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb to
run test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rss/test_syndication.rb')
-rw-r--r--test/rss/test_syndication.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/rss/test_syndication.rb b/test/rss/test_syndication.rb
index a9e1f45c3..80659e1e6 100644
--- a/test/rss/test_syndication.rb
+++ b/test/rss/test_syndication.rb
@@ -6,10 +6,7 @@ require "rexml/document"
require "rss/parser"
require "rss/syndication"
-dir = File.dirname(File.expand_path(__FILE__))
-$:.push(dir)
require "common"
-$:.delete(dir)
class TestSyndication < Test::Unit::TestCase
include TestRSSMixin