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

merged from ruby_1_8 branch.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
seki 2007-11-19 18:30:18 +00:00
parent 44b6b031ba
commit 6591e38016
12 changed files with 95 additions and 85 deletions

View file

@ -1,17 +1,5 @@
require 'drbtest'
class TestDRbCore
def test_drb
flunk("YARV doesn't support drb")
end
end
__END__
end
__END__
class TestDRbCore < Test::Unit::TestCase
include DRbCore
end