Commit Graph

8 Commits

Author SHA1 Message Date
jeremy
cb1c9c889a Update plists for most ruby ports after changes to ruby.port.mk.
Requested as a separate commit by landry@.

OK landry@
2010-11-08 23:24:39 +00:00
jeremy
d765f5df76 Bump all ruby ports not already handled.
In the upgrade from ruby 1.8.6 to 1.8.7, the PLISTs changed
due to differences in how RDoc processes files.

This also has a number of changes to the regress tests to
work with the changes to devel/ruby-rake.  It moves most of
the regress tests to use MODRUBY_REGRESS.

OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:30:24 +00:00
bernd
49a7bb2025 Update to ruby-mocha-0.9.7 and use MODRUBY_REGRESS. 2009-08-20 22:02:53 +00:00
bernd
1db02791b0 Update to ruby-mocha-0.9.5. 2009-02-01 13:37:36 +00:00
bernd
7b95528cd3 Update to ruby-mocha-0.9.4. 2009-01-24 17:52:35 +00:00
bernd
2dbb6c7f2e Update to ruby-mocha-0.9.1. 2008-10-24 22:25:59 +00:00
bernd
9aa01fc0f7 Update to ruby-mocha-0.9.0. 2008-07-26 11:55:56 +00:00
bernd
812a506837 Initial import of ruby-mocha-0.5.6.
Mocha is a library for mocking and stubbing using a syntax like that of
JMock, and SchMock. Most commonly Mocha is used in conjunction with
Test::Unit, but it can be used in other contexts.

One of its main advantages is that it allows you to mock and stub methods
on real (non-mock) classes and instances. You can for example stub
ActiveRecord instance methods like create, save, destroy and even class
methods like find to avoid hitting the database in unit tests.

Mocha provides a unified, simple and readable syntax for both traditional
mocking and for mocking with real objects.
2008-02-02 11:08:45 +00:00