Compare projects
Project comparisons allow you to view any selection of projects side by side just like they're shown on regular categories or in search results. You can try out an example or start yourself by adding a library to the comparison via the input below. You can also easily share your current comparison with others by sending the URL of the current page.
0.0
With the happy proliferation of TDD, test suites are getting massive, and developer efficiency is dwindling
as we wait for our tests to pass. There is a big tradeoff between making unit test more integrationish (and therefore more reliable) vs.
making them very mocky, unity and fast. Mockumentary is a library for the later. It inspects the ActiveRecord universe and
makes a series of AR mockeries that approximate model without hitting the database, or making any assertions. The assertions,
they are still part of the developers job.
Mocumentary has two types of AR mockeries: One is used within the Rails universe. It uses introspection to derive association
and field information. The second is a static copy built from the first. This static version can be used outside the Rails
test universe in a suite faster than the speed of Rails environment load time.
Mocking isn't for everyone, so test-drive responsibly.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024