File rubygem-FlexMock.changes of Package rubygem-FlexMock
-------------------------------------------------------------------
Sun Aug 5 18:30:11 CEST 2007 - mrueckert@suse.de
- update to version 0.6.2
* flexmock() with a block now always returns the domain object.
flexmock() without a block returns the mock object. Note that
for normal mocks, the domain and mock objects are the same.
For partial mocks, the mock is separate from the domain object.
* Added +and_raise+ to the list of expection specifications.
-------------------------------------------------------------------
Tue May 22 17:49:09 CEST 2007 - mrueckert@suse.de
- update to version 0.6.1
too many changes
-------------------------------------------------------------------
Fri Oct 20 01:12:38 CEST 2006 - mrueckert@suse.de
- update to version 0.4.3:
Release 0.4.3 contains a fix for handling non-direct class
methods properly (bug report from Scott Barron).
-------------------------------------------------------------------
Wed Sep 13 10:41:56 CEST 2006 - mrueckert@suse.de
- update to version 0.4.1:
o Version 0.4.1
* Removed include of Test::Unit::Assertions from Expectations.
* Fixed mocking of kernel methods.
o Version 0.4.0
* Added stubbing for mocking methods of existing objects.
* Added multiple return values for the +and_returns+ method.
* Added block initialization to the flexmock method.
o Version 0.3.2
* Fixed bug when mock is used as a replacement class in class
interception.
o Version 0.3.1
* Fixed some warnings regarding uninitialized variables.
* Added (very) simple class interception.
* Added the mock_factory method to go along with class interception.
* When using Test::Unit integration, avoid mock verification if the
test has already failed for some reason.
-------------------------------------------------------------------
Wed Jun 21 01:16:28 CEST 2006 - mrueckert@suse.de
- use rubygems_with_buildroot_patch instead of the versioned
buildrequires
-------------------------------------------------------------------
Mon Jun 19 19:34:13 CEST 2006 - mrueckert@suse.de
- Update to version 0.3.0
- Switched to gem based building
-------------------------------------------------------------------
Wed Jan 25 21:41:14 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Fri Jan 20 18:52:11 CET 2006 - mrueckert@suse.de
- Initial package of version 0.1.7