Categories: None [Edit]

test_seeds

https://rubygems.org/gems/test_seeds
https://github.com/pkmiec/test_seeds
Test Seeds piggy backs on the transaction fixtures functionality. Test Seeds load fixtures into the database in the same way but then start a db transaction for the duration of the test file. Any objects for the common scenarios are then created and inserted into the database. Test Seeds then execute each test case within a context of a db savepoint (or nested db transactions). This allows test seeds to be inserted into the database once and then re-used for each test case that needs it.

Total

Ranking: 66,406 of 188,802
Downloads: 15,239

Daily

Ranking: 80,626 of 188,779
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
101,202,966,022rake
36741,279,806activerecord
208223,176,670mysql2
4,3012,065,183jeweler

Owners

#GravatarHandle
1iconpkmiec