aboutsummaryrefslogtreecommitdiff
path: root/conformance/conformance_ruby.rb
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2016-07-25 01:47:50 -0700
committerJosh Haberman <jhaberman@gmail.com>2016-07-25 11:09:23 -0700
commit4f19797baf1c874c3aa03202908178ec66d7b45c (patch)
tree7575437da2c68f8b89aa0e47883e5c0674f59b3e /conformance/conformance_ruby.rb
parent06220303323f3cce425706540defcd7a29d42ec2 (diff)
downloadprotobuf-4f19797baf1c874c3aa03202908178ec66d7b45c.tar.gz
protobuf-4f19797baf1c874c3aa03202908178ec66d7b45c.tar.bz2
protobuf-4f19797baf1c874c3aa03202908178ec66d7b45c.zip
Ruby: generated foo.proto -> foo_pb.rb instead of foo.rb.
This brings us more into line with other langauges, and makes it more obvious when we are requiring protobuf generated code.
Diffstat (limited to 'conformance/conformance_ruby.rb')
-rwxr-xr-xconformance/conformance_ruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/conformance/conformance_ruby.rb b/conformance/conformance_ruby.rb
index c716facd..aa572144 100755
--- a/conformance/conformance_ruby.rb
+++ b/conformance/conformance_ruby.rb
@@ -30,7 +30,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-require 'conformance'
+require 'conformance_pb'
$test_count = 0
$verbose = false