From 5cd71131b849db00f94c87dc6fcf403731338161 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 1 Jun 2014 03:07:58 +0000 Subject: * test/drb: Wrap tests definitions by DRbTests module. This makes several tests (ACLEntryTest, TestBug4409, etc.) easier to understand that they are tests for DRb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/drb/test_drbunix.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/drb/test_drbunix.rb') diff --git a/test/drb/test_drbunix.rb b/test/drb/test_drbunix.rb index ffc09e25b3..e20625e70d 100644 --- a/test/drb/test_drbunix.rb +++ b/test/drb/test_drbunix.rb @@ -5,6 +5,8 @@ begin rescue LoadError end +module DRbTests + if Object.const_defined?("UNIXServer") @@ -43,4 +45,6 @@ class TestDRbUNIXAry < Test::Unit::TestCase end +end + end -- cgit v1.2.3