commit | 4eea89737abf01dbcfd8443aec8746ad0cb637d8 | [log] [tgz] |
---|---|---|
author | Kevin Clark <kclark@apache.org> | Wed Jun 18 01:16:42 2008 +0000 |
committer | Kevin Clark <kclark@apache.org> | Wed Jun 18 01:16:42 2008 +0000 |
tree | 37ebf7861ce0b10446032784fbb10063917f195e | |
parent | 75a15d886881b8fb1ed15ce3e6c241a215247d46 [diff] |
rb: Stop calling rspec_clear in specs (which really should have been rspec_reset), as rspec_verify already resets git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@669004 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/rb/spec/binaryprotocol_spec.rb b/lib/rb/spec/binaryprotocol_spec.rb index 5249cd9..2b52637 100644 --- a/lib/rb/spec/binaryprotocol_spec.rb +++ b/lib/rb/spec/binaryprotocol_spec.rb
@@ -77,7 +77,6 @@ end # handing it numbers out of signed range should clip @trans.rspec_verify - @trans.rspec_clear (128..255).each do |i| @trans.should_receive(:write).with([i].pack('c')).ordered @prot.write_byte(i)