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_acl.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/drb/test_acl.rb') diff --git a/test/drb/test_acl.rb b/test/drb/test_acl.rb index 7fe30f4c4a..a1ee1d48c5 100644 --- a/test/drb/test_acl.rb +++ b/test/drb/test_acl.rb @@ -7,6 +7,8 @@ require 'test/unit' require 'drb/acl' +module DRbTests + class SampleHosts def initialize list = %w(127.0.0.1 localhost @@ -192,4 +194,4 @@ class ACLTest < Test::Unit::TestCase end end - +end -- cgit v1.2.3