aboutsummaryrefslogtreecommitdiffhomepage
path: root/conformance/conformance_ruby.rb
diff options
context:
space:
mode:
authorGravatar Yilun Chong <yilunchong@google.com>2017-06-27 18:24:15 -0700
committerGravatar Yilun Chong <yilunchong@google.com>2017-06-27 18:24:15 -0700
commit18a0c2c4d2894e820f96494f33d8ca3ea33dec3a (patch)
treeba6297a500f23a17ba2844f3daeae0f02561ac80 /conformance/conformance_ruby.rb
parent2ad74e1606728564cc777aa4917d7e2299317eda (diff)
add proto2 supported for cpp,python,nodejs,ruby,php
Diffstat (limited to 'conformance/conformance_ruby.rb')
-rwxr-xr-xconformance/conformance_ruby.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/conformance/conformance_ruby.rb b/conformance/conformance_ruby.rb
index a1170e4c..552344b4 100755
--- a/conformance/conformance_ruby.rb
+++ b/conformance/conformance_ruby.rb
@@ -53,9 +53,9 @@ def do_test(request)
end
elsif request.message_type.eql?('proto2')
response.skipped = "Ruby doesn't support proto2"
- return respons
+ return response
else
- fail "Protobuf request doesn't have specific type"
+ fail "Protobuf request doesn't have specific payload type"
end
when :json_payload