commit | 19f8d1febe7566bef5927423c9bf5080d6e09763 | [log] [tgz] |
---|---|---|
author | Kevin Clark <kclark@apache.org> | Tue Apr 07 19:09:28 2009 +0000 |
committer | Kevin Clark <kclark@apache.org> | Tue Apr 07 19:09:28 2009 +0000 |
tree | 6072be422c2b4e5780fb6d2b9cf64c5bc57e0c4c | |
parent | 8407cfd4664ddcf607303b60ac4dabc86d136655 [diff] [blame] |
Thrift-421. rb: Underscore output file names and require file statments Breaks compatiblity Author: Michael Stockton git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@762907 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/rb/spec/nonblocking_server_spec.rb b/lib/rb/spec/nonblocking_server_spec.rb index 3362d26..a0e86cf 100644 --- a/lib/rb/spec/nonblocking_server_spec.rb +++ b/lib/rb/spec/nonblocking_server_spec.rb
@@ -18,7 +18,7 @@ # require File.dirname(__FILE__) + '/spec_helper' -require File.dirname(__FILE__) + '/gen-rb/NonblockingService' +require File.dirname(__FILE__) + '/gen-rb/nonblocking_service' class ThriftNonblockingServerSpec < Spec::ExampleGroup include Thrift