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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
189 B
Ruby
Raw Normal View History

# frozen_string_literal: false
require 'drbtest'
module DRbTests
class TestDRbReusePort < Test::Unit::TestCase
include DRbAry
def setup
setup_service 'ut_port.rb'
end
end
end