1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/rss/*.rb: remove "test/" prefix.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2004-01-28 06:09:27 +00:00
parent 43ab59f79b
commit 202bf6618f
10 changed files with 30 additions and 8 deletions

View file

@ -1,7 +1,9 @@
# -*- tab-width: 2 -*- vim: ts=2
require "test/unit"
require "rss/parser"
require "rss/1.0"
require "test/common"
require "common"
class TestParser < Test::Unit::TestCase
include TestRSSMixin