summaryrefslogtreecommitdiffstats
path: root/test/rss/test_syndication.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-28 06:09:27 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-28 06:09:27 +0000
commitcdd7e27d11e3e87c7523734ec6680d3d5fa05abb (patch)
tree5ee48b75b32c5903ed5649fa77cb09bdb4b1d7a4 /test/rss/test_syndication.rb
parente4377494012dc1d10a7e23ac14b7ec23a54c9e83 (diff)
downloadruby-cdd7e27d11e3e87c7523734ec6680d3d5fa05abb.tar.gz
ruby-cdd7e27d11e3e87c7523734ec6680d3d5fa05abb.tar.xz
ruby-cdd7e27d11e3e87c7523734ec6680d3d5fa05abb.zip
* test/rss/*.rb: remove "test/" prefix.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rss/test_syndication.rb')
-rw-r--r--test/rss/test_syndication.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/rss/test_syndication.rb b/test/rss/test_syndication.rb
index 45e55c6fc..80659e1e6 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