rb: Add ext/ to loadpath so BinaryProtocolAccelerated specs pass

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@680539 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kevin Clark 2008-07-28 22:16:34 +00:00
parent 5ebb23b3e1
commit c8190174dc

View File

@ -3,6 +3,8 @@ require 'rubygems'
gem 'rspec', '>= 1.1.4'
require 'spec'
$:.unshift File.join(File.dirname(__FILE__), *%w[.. ext])
# pretend we already loaded fastthread, otherwise the nonblockingserver_spec
# will get screwed up
# $" << 'fastthread.bundle'