aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/tests/test_ruby_package.proto
diff options
context:
space:
mode:
authorGravatar Paul Yang <TeBoring@users.noreply.github.com>2018-05-17 17:11:06 -0700
committerGravatar GitHub <noreply@github.com>2018-05-17 17:11:06 -0700
commit9ccc3e536c4d83a79f82843894793fb850e6d4e4 (patch)
tree2d6170278b6ec354ca36d5f0b8142cce467023fe /ruby/tests/test_ruby_package.proto
parent036947f63087a48558e46bccfb6c99122a494266 (diff)
Adopt ruby_package in ruby generated code. (#4627)
* Adopt ruby_package in ruby generated code. * Add test for ruby_package
Diffstat (limited to 'ruby/tests/test_ruby_package.proto')
-rw-r--r--ruby/tests/test_ruby_package.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/ruby/tests/test_ruby_package.proto b/ruby/tests/test_ruby_package.proto
new file mode 100644
index 00000000..b8725620
--- /dev/null
+++ b/ruby/tests/test_ruby_package.proto
@@ -0,0 +1,7 @@
+syntax = "proto3";
+
+package foo_bar;
+
+option ruby_package = "A.B";
+
+message TestRubyPackageMessage {}