All Versions
88
Latest Version
Avg Release Cycle
156 days
Latest Release
1274 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v0.6.2 Changes
- ๐ Fixed DoubleDefinition chaining edge cases
-
v0.6.1 Changes
- DoubleDefinitionCreatorProxy definition eval block is instance_evaled when the arity is not 1. When the arity is 1, the block is yielded with the DoubleDefinitionCreatorProxy passed in.
-
v0.6.0 Changes
October 13, 2008- Friendlier DoubleNotFound error message
- ๐คก Implemented Double strategy creation methods (#mock, #stub, #proxy, #instance_of, and ! equivalents) on DoubleDefinition
- Implemented hash_including matcher [Matthew O'Connor]
- Implemented satisfy matcher [Matthew O'Connor]
- ๐คก Implemented DoubleDefinitionCreator#mock!, #stub!, and #dont_allow!
- Modified api to method chain Doubles
- ๐ Fix conflict with Mocha overriding Object#verify
-
v0.5.0 Changes
- Method chaining Doubles [[@nkallen][nkallen]]
- Chained ordered expectations [[@nkallen][nkallen]]
- Space#verify_doubles can take one or more objects with DoubleInjections to be verified
-
v0.4.10 Changes
July 06, 2008- DoubleDefinitionCreatorProxy does not undef #object_id
- ๐ Fixed rdoc pointer to README
-
v0.4.9 Changes
June 18, 2008- Proxying from RR module to RR::Space.instance
-
v0.4.8 Changes
January 23, 2008- ๐ Fixed issue with Hash arguments
-
v0.4.7 Changes
January 23, 2008- ๐ Improved error message
-
v0.4.6 Changes
January 23, 2008- โ Added Double#verbose and Double#verbose?
-
v0.4.5 Changes
January 15, 2008- ๐ Fixed doubles for == and #eql? methods