Changelog for
rubygem-rspec-mocks-2.12.0-2.15.i586.rpm :
Tue Nov 13 13:00:00 2012 cooloAATTsuse.com
- updated to version 2.12.0
Enhancements
* `and_raise` can accept an exception class and message, more closely
matching `Kernel#raise` (e.g., `foo.stub(:bar).and_raise(RuntimeError, \"message\")`)
(Bas Vodde)
* Add `and_call_original`, which will delegate the message to the
original method (Myron Marston).
Deprecations:
* Add deprecation warning when using `and_return` with `should_not_receive`
(Neha Kumari)
Sun Sep 23 14:00:00 2012 cooloAATTsuse.com
- updated to version 2.11.3
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.11.2...v2.11.3)
Bug fixes
* Fix `:transfer_nested_constants` option of `stub_const` so that it
doesn\'t blow up when there are inherited constants. (Myron Marston)
* `any_instance` stubs can be used on classes that override `Object#method`.
(Andy Lindeman)
* Methods stubbed with `any_instance` are unstubbed after the test finishes.
(Andy Lindeman)
* Fix confusing error message when calling a mocked class method an
extra time with the wrong arguments (Myron Marston).
Mon Aug 27 14:00:00 2012 cooloAATTsuse.com
- updated to version 2.11.2
Sun Jul 29 14:00:00 2012 cooloAATTsuse.com
- initial package