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

test_gem_server.rb: Don't specify port number

* test/rubygems/test_gem_server.rb (process_based_port): use
  dynamically chosen port numberss to get rid of conflicts.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-07-02 03:26:14 +00:00
parent ad0c146668
commit 21a55e350d
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Thu Jul 2 12:26:11 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* test/rubygems/test_gem_server.rb (process_based_port): use
dynamically chosen port numberss to get rid of conflicts.
Thu Jul 2 11:58:59 2015 NAKAMURA Usaku <usa@ruby-lang.org>
* test/rubygems/test_gem_specification.rb: skip tests which the

View file

@ -7,6 +7,10 @@ class Gem::Server
end
class TestGemServer < Gem::TestCase
def process_based_port
0
end
def setup
super