Displaying 1 result from an estimated 1 matches for "mock_proxy".
2010 Dec 12
0
rspec-2.3.0 is released
...* Enhancements
* diff strings when include matcher fails (Mike Sassak)
### rspec-mocks-2.3.0 / 2010-12-12
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.2.1...v2.3.0)
* Bug fixes
* Fix our Marshal extension so that it does not interfere with objects that
have their own @mock_proxy instance variable. (Myron Marston)
### rspec-rails-2.3.0 / 2010-12-12
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.2.1...v2.3.0)
* Changes
* Generator no longer generates autotest/autodiscover.rb, as it is no longer
needed (as of rspec-core-2.3.0)