commit | d47cd66f7dcfc799f35239b0896846fcdef8c50e | [log] [tgz] |
---|---|---|
author | Kevin Clark <kclark@apache.org> | 周三 6月 18 01:05:17 2008 +0000 |
committer | Kevin Clark <kclark@apache.org> | 周三 6月 18 01:05:17 2008 +0000 |
tree | e49baa7c510b840ff47df3a52efc49d50054179c | |
parent | 0ff9e8c55e0161a90e336e82a7f4db09799b230a [diff] [blame] |
Add backwards-compatibility spec git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668942 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/rb/spec/spec_helper.rb b/lib/rb/spec/spec_helper.rb index 9a573fe..fc15741 100644 --- a/lib/rb/spec/spec_helper.rb +++ b/lib/rb/spec/spec_helper.rb
@@ -1,6 +1,11 @@ require 'rubygems' require 'spec' +# turn on deprecation so we can test it +module Thrift + DEPRECATION = true +end + require File.dirname(__FILE__) + '/../lib/thrift' class Object