Removes remaining references to port_picker

pull/230/head
Tim Emiola 10 years ago
parent 72f14c3e35
commit a816818716
  1. 1
      src/ruby/spec/client_server_spec.rb
  2. 2
      src/ruby/spec/generic/client_stub_spec.rb

@ -28,7 +28,6 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
require 'grpc'
require 'port_picker'
require 'spec_helper'
include GRPC::Core::CompletionType

@ -31,7 +31,7 @@ require 'grpc'
require 'xray/thread_dump_signal_handler'
NOOP = proc { |x| x }
FAKE_HOST = 'localhost:50505'
FAKE_HOST = 'localhost:0'
def wakey_thread(&blk)
awake_mutex, awake_cond = Mutex.new, ConditionVariable.new

Loading…
Cancel
Save