Fix up thrift/thrift to only require the the files that define the classes it used to hold. This fixes the existing tests
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668912 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/rb/test_helper.rb b/test/rb/test_helper.rb
index 9294c8f..125f52f 100644
--- a/test/rb/test_helper.rb
+++ b/test/rb/test_helper.rb
@@ -1,4 +1,4 @@
-$:.push File.dirname(__FILE__) + '/gen-rb'
-$:.push File.join(File.dirname(__FILE__), '../../lib/rb/lib')
+$:.unshift File.dirname(__FILE__) + '/gen-rb'
+$:.unshift File.join(File.dirname(__FILE__), '../../lib/rb/lib')
require 'test/unit'