Categories: None [Edit]

mockumentary

https://rubygems.org/gems/mockumentary
https://github.com/baccigalupi/mockumentary
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.

Total

Ranking: 97,923 of 183,477
Downloads: 7,549

Daily

Ranking: 63,432 of 183,470
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,456,134,847bundler
71,004,546,968activesupport
25825,073,950rspec
35604,924,275activerecord
96357,077,109hashie
153246,115,077faker
259143,118,777sqlite3
4,0881,860,866jeweler

Owners

#GravatarHandle
1iconrubyghetto