summaryrefslogtreecommitdiff
path: root/test/rb/integration/test_simple_handler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rb/integration/test_simple_handler.rb')
-rwxr-xr-x[-rw-r--r--]test/rb/integration/test_simple_handler.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/rb/integration/test_simple_handler.rb b/test/rb/integration/test_simple_handler.rb
index c34aa7e51..c0561391d 100644..100755
--- a/test/rb/integration/test_simple_handler.rb
+++ b/test/rb/integration/test_simple_handler.rb
@@ -17,10 +17,11 @@
# under the License.
#
-require File.join(File.dirname(__FILE__), '../test_helper')
+$:.push File.dirname(__FILE__) + '/..'
+require 'test_helper'
require 'thrift'
-require 'ThriftTest'
+require 'thrift_test'
class TestHandler
[:testString, :testByte, :testI32, :testI64, :testDouble,