aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/spec/generic
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2016-09-14 17:10:11 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2016-09-14 17:10:11 -0700
commit9d36eb5ceb098649e4141149f91727ea1be5ccfe (patch)
tree66273f7a0aad1595938e903ff150ce01438038e9 /src/ruby/spec/generic
parent088416df190204c32ef1d90b672926480e4738f4 (diff)
remove comment, for issues with pushing updates
Diffstat (limited to 'src/ruby/spec/generic')
-rw-r--r--src/ruby/spec/generic/client_stub_spec.rb1
1 files changed, 0 insertions, 1 deletions
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)