Sha256: 6a49f38d989d73b5a58a94851029fa22e1aa48d6deab85e756a6c4dfd7a649cb

Contents?: true

Size: 341 Bytes

Versions: 20

Compression:

Stored size: 341 Bytes

Contents

require 'rubygems'
require 'test/unit'
require 'benchmark'
$LOAD_PATH << "#{File.expand_path(File.dirname(__FILE__))}/../lib"
require 'thrift_client'
require 'thrift_client/simple'

$LOAD_PATH << File.expand_path(File.dirname(__FILE__)) 
require 'greeter/greeter'
require 'greeter/server'

begin; require 'ruby-debug'; rescue LoadError; end

Version data entries

20 entries across 20 versions & 6 rubygems

Version Path
thrift_client-0.11.0 test/test_helper.rb
thrift_client-0.10.0 test/test_helper.rb
rt_thrift_client-0.11.0 test/test_helper.rb
RaymondChou-thrift_client-0.9.3 test/test_helper.rb
thrift_client-adamd-0.9.4 test/test_helper.rb
thrift_client-adamd-0.9.3 test/test_helper.rb
thrift_client-0.9.3 test/test_helper.rb
thrift_client-mavericks-0.8.4 test/test_helper.rb
thrift_client-0.9.2 test/test_helper.rb
thrift_client-0.9.1 test/test_helper.rb
thrift_client-0.8.4 test/test_helper.rb
thrift_client-0.9.0 test/test_helper.rb
thrift_client-0.8.3 test/test_helper.rb
thrift_client-0.8.2 test/test_helper.rb
thrift_client-0.8.1 test/test_helper.rb
thrift_client-0.8.0 test/test_helper.rb
fl-thrift_client-0.5.0 test/test_helper.rb
thrift_client-0.7.1 test/test_helper.rb
thrift_client-0.7.0 test/test_helper.rb
thrift_client-0.6.3 test/test_helper.rb