aboutsummaryrefslogtreecommitdiffstats
path: root/test/drb/test_acl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/drb/test_acl.rb')
-rw-r--r--test/drb/test_acl.rb4
1 files changed, 3 insertions, 1 deletions
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