13
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 14, 2024 — Jun 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor corrections to release notes. More... over 16 years ago
Ask git to ignore files generated during release process. More... over 16 years ago
Updated gemspec after 0.9.5 release to allow use of GitHub-built gem. More... over 16 years ago
Updated release notes to include later commit for 0.9.5. More... over 16 years ago
Added a release rake task to more fully automate the release process. More... over 16 years ago
Prepare for 0.9.5 release. More... over 16 years ago
Fixed Lighthouse bug #32 - stub_everything should mean mock responds to anything. More... over 16 years ago
Merge branch 'master' into tinogomes/master More... over 16 years ago
Fixed a mistake in the docs and a mistake in the tests from tinogomes commit. Also tidied things up a bit e.g. it's enough to document and test 3 invocations, 2 invocations & 1 invocation - no need for 0 invocations. More... over 16 years ago
As per commit 130d2815, changed some metaclass.class_eval's to metaclass.send's. More... over 16 years ago
As suggested by alloy in http://is.gd/hEZA, changed some metaclass.class_eval's to metaclass.send's. Definitely looks simpler and clearer. More... over 16 years ago
method twice expectation. More... over 16 years ago
Long overdue update to gemspec - I knew I would forget to do this manually. Need to find an automated solution. More... over 16 years ago
In Ruby 1.9, requiring 'test/unit' loads a thin wrapper around MiniTest and Test::Unit::TestCase ends up inheriting from MiniTest::Unit::TestCase. So we need to avoid including the Mocha modules more than once to avoid nasty consequences. More... over 16 years ago
Ruby 1.9 includes rake, but not rake/contrib. For the moment I've moved the sshpublisher require into the only rake task that needs it, so that I can at least run the tests in Ruby 1.9. It looks like I will need to build a rake/contrib gem or similar to get this working properly - http://intertwingly.net/blog/2008/01/07/Rake-Contrib-for-1-9 More... over 16 years ago
Prepare for 0.9.4 release. More... over 16 years ago
Removed completed todo items. More... over 16 years ago
Updated link to Chris Roos. Updated instructions for installing as a plugin (now from GitHub instead of RubyForge). Supplied a better link for downloading Mocha files from RubyForge. More... over 16 years ago
Updated generated gemspec to include the mailing list email address change from commit cd78ad6. More... over 16 years ago
Updated mailing list email address in gemspec from rubyforge to google groups. More... over 16 years ago
Added mocha.gemspec file generated with Chad Woolley's new rake task, so that a floehopper-mocha gem will get built on GitHub. More... over 16 years ago
Add rake task to update mocha.gemspec with unique version, which will cause gem to be auto-built on github More... over 16 years ago
ActiveRecordTestCase doesn't appear to be used any more. I think it used to be used to simulate what ActiveRecord when it messed with Test::Unit, so I could make sure Mocha worked with Rails. More... over 16 years ago
As Tobias Crawley correctly pointed out in feature request #23055 "stubs(with_hash) not working with existing object" [1], following the principle of least surprise, it should be possible to call ObjectMethods#expects & ObjectMethods#stubs with a Hash of method_names vs return_values like you can with Mock#expects & Mock#stubs. I've extracted out some shared logic into the ArgumentIterator - not sure this is the best solution, but at least it keeps duplication to a minimum. I've also updated & improved the docs to reflect the changes. More... over 16 years ago
Removed deprecated gem autorequire and updated RELEASE. More... over 16 years ago
Added commit number for release 0.9.3. More... over 16 years ago
Preparing for 0.9.3 release. More... over 16 years ago
Added item to todo list. More... over 16 years ago
Updated mailing list address to Google Group. More... over 16 years ago
Updated README to indicate new support for MiniTest. More... over 16 years ago