Sha256: d589a4a1cbb25f08e17e70d5e00ac662ec68267170acac34894d7892f9215efb

Contents?: true

Size: 323 Bytes

Versions: 13

Compression:

Stored size: 323 Bytes

Contents

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

13 entries across 13 versions & 2 rubygems

Version Path
fl-thrift_client-0.4.2 test/test_helper.rb
thrift_client-0.6.2 test/test_helper.rb
thrift_client-0.6.1 test/test_helper.rb
thrift_client-0.6.0 test/test_helper.rb
thrift_client-0.5.0 test/test_helper.rb
thrift_client-0.4.7 test/test_helper.rb
thrift_client-0.4.6 test/test_helper.rb
thrift_client-0.4.5 test/test_helper.rb
thrift_client-0.4.4 test/test_helper.rb
thrift_client-0.4.3 test/test_helper.rb
thrift_client-0.4.2 test/test_helper.rb
thrift_client-0.4.1 test/test_helper.rb
thrift_client-0.4.0 test/test_helper.rb