From 202bf6618f39f48e81b7bb3c67114a22c2eeda16 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 28 Jan 2004 06:09:27 +0000 Subject: * test/rss/*.rb: remove "test/" prefix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rss/test_syndication.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/rss/test_syndication.rb') diff --git a/test/rss/test_syndication.rb b/test/rss/test_syndication.rb index 45e55c6fc6..80659e1e69 100644 --- a/test/rss/test_syndication.rb +++ b/test/rss/test_syndication.rb @@ -1,10 +1,12 @@ +# -*- tab-width: 2 -*- vim: ts=2 + require "test/unit" require "cgi-lib" require "rexml/document" require "rss/parser" require "rss/syndication" -require "test/common" +require "common" class TestSyndication < Test::Unit::TestCase include TestRSSMixin -- cgit v1.2.3