mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/xmlrpc: Wrap definitions by TestXMLRPC module.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
438a91c072
commit
ddf1d3aaed
8 changed files with 18 additions and 0 deletions
|
@ -3,6 +3,7 @@ require "xmlrpc/create"
|
|||
require "xmlrpc/parser"
|
||||
require "xmlrpc/config"
|
||||
|
||||
module TestXMLRPC
|
||||
class Test_Features < Test::Unit::TestCase
|
||||
|
||||
def setup
|
||||
|
@ -46,3 +47,4 @@ class Test_Features < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue