Sha256: 6c26c610cd546b85cb620231f1db5fb04430560b125588e38b916e3cdd11f602
Contents?: true
Size: 1017 Bytes
Versions: 1
Compression:
Stored size: 1017 Bytes
Contents
## rspec-mocks release history (incomplete) ### 2.0.1 / 2010-10-18 [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.0.0...v2.0.1) * Enhancements * Make dependencies on other rspec gems consistent across gems ### 2.0.0 / 2010-10-10 [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.0.0.beta.22...v2.0.0) ### 2.0.0.rc / 2010-10-05 [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.0.0.beta.22...v2.0.0.rc) * Enhancements * support passing a block to an expecttation block (Nicolas Braem) * obj.should_receive(:msg) {|&block| ... } * Bug fixes * Fix YAML serialization of stub (Myron Marston) * Fix rdoc rake task (Hans de Graaff) ### 2.0.0.beta.22 / 2010-09-12 [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.0.0.beta.20...v2.0.0.beta.22) * Bug fixes * fixed regression that broke obj.stub_chain(:a, :b => :c) * fixed regression that broke obj.stub_chain(:a, :b) { :c } * respond_to? always returns true when using as_null_object
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-mocks-2.0.1 | History.markdown |