commit | 356f861420c530c38acd5a56bb470df710a606ec | [log] [tgz] |
---|---|---|
author | Kevin Clark <kclark@apache.org> | Wed Jun 18 01:08:05 2008 +0000 |
committer | Kevin Clark <kclark@apache.org> | Wed Jun 18 01:08:05 2008 +0000 |
tree | 9dc1c224c099f4e8a302cfa13d3c2b01c323287c | |
parent | e977a63293c65466d8d66baef12e5ea340d6a6f3 [diff] [blame] |
Rename spec wrapper classes to prevent cross-pollination of specs. Require rspec 1.1.4 or later to fix the "describe Module do" bug git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668954 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/rb/spec/spec_helper.rb b/lib/rb/spec/spec_helper.rb index fc15741..0c7136b 100644 --- a/lib/rb/spec/spec_helper.rb +++ b/lib/rb/spec/spec_helper.rb
@@ -1,4 +1,6 @@ require 'rubygems' +# require at least 1.1.4 to fix a bug with describing Modules +gem 'rspec', '>= 1.1.4' require 'spec' # turn on deprecation so we can test it