commit | 356f861420c530c38acd5a56bb470df710a606ec | [log] [tgz] |
---|---|---|
author | Kevin Clark <kclark@apache.org> | 周三 6月 18 01:08:05 2008 +0000 |
committer | Kevin Clark <kclark@apache.org> | 周三 6月 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/protocol_spec.rb b/lib/rb/spec/protocol_spec.rb index 6c08c43..0dbe869 100644 --- a/lib/rb/spec/protocol_spec.rb +++ b/lib/rb/spec/protocol_spec.rb
@@ -1,6 +1,6 @@ require File.dirname(__FILE__) + '/spec_helper' -class ThriftSpec < Spec::ExampleGroup +class ThriftProtocolSpec < Spec::ExampleGroup include Thrift before(:each) do