mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
0ae750341e
commit
04b5228aba
23 changed files with 10 additions and 56 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue