Fixes an issue running the tests on Ruby2.2

pull/4107/head
Tim Emiola 9 years ago
parent c8bd16b7e1
commit b48236a2b4
  1. 1
      src/ruby/spec/pb/health/checker_spec.rb

@ -31,6 +31,7 @@ require 'grpc'
require 'grpc/health/v1alpha/health'
require 'grpc/health/checker'
require 'open3'
require 'tmpdir'
def can_run_codegen_check
system('which grpc_ruby_plugin') && system('which protoc')

Loading…
Cancel
Save