Skip to content

Commit

Permalink
Merge commit 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Nov 26, 2008
2 parents bedc7bf + b286ee0 commit fc84e85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RELEASE
@@ -1,3 +1,8 @@
= 0.9.3
* Added support for MiniTest thanks to sprsquish.
* Fixed a possible bug with some of the non-default Configuration options relating to the argument to Object#respond_to?
* As per Jay Fields recommendations [1] and with further impetus from a talk at Ruby Manor, any methods added to core classes are now added by including a module. This means that Mocha is a better citizen of the Ruby world and it's behaviour is more easily extended. [1] http://blog.jayfields.com/2008/07/ruby-underuse-of-modules.html & http://blog.jayfields.com/2008/07/ruby-redefine-method-behavior.html

= 0.9.2 (r355)
* Improved documentation to address [#22530] 'Mock methods with multiple return values not possible?'
* respond_with parameter matcher was not available in tests.
Expand Down
3 changes: 3 additions & 0 deletions TODO
@@ -1,3 +1,6 @@
=> the move to GitHub
- need to add continuous integration for repos

=> Patch [#15235] Provide a pseudo-call syntax for simplifying set-up of expectations and stubs
=> Patch [#10412] Merge 'with' and the expected method
=> Bug [#8687] Block's return value is dropped on stubbed yielding methods
Expand Down

0 comments on commit fc84e85

Please sign in to comment.