rspec-1.3.2 is released!
This is primarily a bug-fix release of the rspec-1.x series, and is
recommended for all users who have not yet upgraded to rspec-2.
=== Version 1.3.2 / 2011-04-11
-
Enhancements
- Raise a meaningful error when an argument-scoped stub is called with
the
wrong args (Alexey) - Dev: ignore .rbc files (Myron M.)
- Raise a meaningful error when an argument-scoped stub is called with
-
Bug fixes
- Fix regression in which an expectation should return the value from
a
previously defined stub of the same method (Tom S.) - Support heckling class methods (Dan K.)
- Only try to pass messages to the superclass if the superclass
responds to
the method (Andrew S.)
- Fix regression in which an expectation should return the value from