diff --git a/src/ruby/spec/generic/client_stub_spec.rb b/src/ruby/spec/generic/client_stub_spec.rb
index 60a83488933615d7b51c48658747a1b1f3d26809..9c4e9cbd078bbb8cc3dd0d8ce800862bae7610ca 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)