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

* test/rinda/test_rinda.rb: enable rinda test.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2007-12-24 11:19:46 +00:00
parent d12d33f0e5
commit 0bdcb32cd3
2 changed files with 4 additions and 9 deletions

View file

@ -1,3 +1,7 @@
Mon Dec 24 20:18:52 2007 Koichi Sasada <ko1@atdot.net>
* test/rinda/test_rinda.rb: enable rinda test.
Mon Dec 24 20:16:54 2007 Koichi Sasada <ko1@atdot.net>
* instruby.rb: fix rdoc install dir.

View file

@ -492,15 +492,6 @@ module TupleSpaceTestModule
end
end
class TupleSpaceTest < Test::Unit::TestCase
def test_message
flunk("YARV doesn't support Rinda")
end
end
end
__END__
class TupleSpaceTest < Test::Unit::TestCase
include TupleSpaceTestModule