1
0
Fork 0
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:
akr 2013-11-03 11:41:53 +00:00
parent 438a91c072
commit ddf1d3aaed
8 changed files with 18 additions and 0 deletions

View file

@ -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