From 9d36eb5ceb098649e4141149f91727ea1be5ccfe Mon Sep 17 00:00:00 2001
From: Alexander Polcyn <apolcyn@google.com>
Date: Wed, 14 Sep 2016 17:10:11 -0700
Subject: [PATCH] remove comment, for issues with pushing updates

---
 src/ruby/spec/generic/client_stub_spec.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/ruby/spec/generic/client_stub_spec.rb b/src/ruby/spec/generic/client_stub_spec.rb
index 60a8348893..9c4e9cbd07 100644
--- a/src/ruby/spec/generic/client_stub_spec.rb
+++ b/src/ruby/spec/generic/client_stub_spec.rb
@@ -196,7 +196,6 @@ describe 'ClientStub' do
         rescue GRPC::BadStatus => e
           error_occured = true
           expect(e.code).to eq(GRPC::Core::StatusCodes::UNAUTHENTICATED)
-          # Expecting the error message from the exception to also be included
           expect(e.details.include?(error_message)).to be true
         end
         expect(error_occured).to eq(true)
-- 
GitLab