commit | c83d4451b7ad8b654b1e7341a9d6100f553c601b | [log] [tgz] |
---|---|---|
author | Kevin Clark <kclark@apache.org> | Wed Jun 18 01:18:21 2008 +0000 |
committer | Kevin Clark <kclark@apache.org> | Wed Jun 18 01:18:21 2008 +0000 |
tree | 3c755539a9e789af736b19e87c444fb9d23a7d8c | |
parent | c3783f4cdb94cb5ee28df8026e1bc4fa6b8ce3a0 [diff] [blame] |
rb: Add the path to gen-rb to $: in spec_helper instead of in multiple different specs git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@669017 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/rb/spec/spec_helper.rb b/lib/rb/spec/spec_helper.rb index 874ed2d..9498d2a 100644 --- a/lib/rb/spec/spec_helper.rb +++ b/lib/rb/spec/spec_helper.rb
@@ -13,6 +13,7 @@ end require File.dirname(__FILE__) + '/../lib/thrift' +$:.unshift File.dirname(__FILE__) + "/gen-rb" class Object # tee is a useful method, so let's let our tests have it