openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Mocha (Ruby Mock/Stub Library)
Settings
|
Report Duplicate
13
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 14, 2024 — Jun 14, 2025
Showing page 55 of 67
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Minor corrections to release notes.
James Mead
More...
over 16 years ago
Ask git to ignore files generated during release process.
James Mead
More...
over 16 years ago
Updated gemspec after 0.9.5 release to allow use of GitHub-built gem.
James Mead
More...
over 16 years ago
Updated release notes to include later commit for 0.9.5.
James Mead
More...
over 16 years ago
Added a release rake task to more fully automate the release process.
James Mead
More...
over 16 years ago
Prepare for 0.9.5 release.
James Mead
More...
over 16 years ago
Fixed Lighthouse bug #32 - stub_everything should mean mock responds to anything.
James Mead
More...
over 16 years ago
Merge branch 'master' into tinogomes/master
James Mead
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.
James Mead
More...
over 16 years ago
As per commit 130d2815, changed some metaclass.class_eval's to metaclass.send's.
James Mead
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.
James Mead
More...
over 16 years ago
method twice expectation.
tinogomes
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.
James Mead
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.
James Mead
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
James Mead
More...
over 16 years ago
Prepare for 0.9.4 release.
James Mead
More...
over 16 years ago
Removed completed todo items.
James Mead
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.
James Mead
More...
over 16 years ago
Updated generated gemspec to include the mailing list email address change from commit cd78ad6.
James Mead
More...
over 16 years ago
Updated mailing list email address in gemspec from rubyforge to google groups.
James Mead
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.
James Mead
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
Chad Woolley
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.
James Mead
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.
James Mead
More...
over 16 years ago
Removed deprecated gem autorequire and updated RELEASE.
James Mead
More...
over 16 years ago
Added commit number for release 0.9.3.
James Mead
More...
over 16 years ago
Preparing for 0.9.3 release.
James Mead
More...
over 16 years ago
Added item to todo list.
James Mead
More...
over 16 years ago
Updated mailing list address to Google Group.
James Mead
More...
over 16 years ago
Updated README to indicate new support for MiniTest.
James Mead
More...
over 16 years ago
←
1
2
…
51
52
53
54
55
56
57
58
59
…
66
67
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree