commit | 3eca0785978e545530939e568ba3a7f47029f0ab | [log] [tgz] |
---|---|---|
author | Kevin Clark <kclark@apache.org> | 周三 6月 18 00:54:53 2008 +0000 |
committer | Kevin Clark <kclark@apache.org> | 周三 6月 18 00:54:53 2008 +0000 |
tree | 63bd595ae9f68da2c6986333a7b34841bdeeff3f | |
parent | 4c69d3eecfb5220791a007fef5b2dc5ce2ab522d [diff] [blame] |
Re-define the semantics of deprecate! and add deprecate_class! Include full specs for deprecate!/deprecate_class! git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668906 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/rb/spec/spec_helper.rb b/lib/rb/spec/spec_helper.rb new file mode 100644 index 0000000..1c67cb2 --- /dev/null +++ b/lib/rb/spec/spec_helper.rb
@@ -0,0 +1,4 @@ +require 'rubygems' +require 'spec' + +require File.dirname(__FILE__) + '/../lib/thrift'