Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1067425
)
rb: Add a hack to prevent fastthread from being loaded when executing specs
author
Kevin Clark
<kclark@apache.org>
Wed, 18 Jun 2008 01:17:37 +0000
(
01:17
+0000)
committer
Kevin Clark
<kclark@apache.org>
Wed, 18 Jun 2008 01:17:37 +0000
(
01:17
+0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@669011
13f79535
-47bb-0310-9956-
ffa450edef68
lib/rb/spec/spec_helper.rb
patch
|
blob
|
history
diff --git
a/lib/rb/spec/spec_helper.rb
b/lib/rb/spec/spec_helper.rb
index
0c7136b
..
0d4a64e
100644
(file)
--- a/
lib/rb/spec/spec_helper.rb
+++ b/
lib/rb/spec/spec_helper.rb
@@
-3,6
+3,10
@@
require 'rubygems'
gem 'rspec', '>= 1.1.4'
require 'spec'
+# pretend we already loaded fastthread, otherwise the nonblockingserver_spec
+# will get screwed up
+# $" << 'fastthread.bundle'
+
# turn on deprecation so we can test it
module Thrift
DEPRECATION = true