Categories: None [Edit]

redis_fixtures

https://rubygems.org/gems/redis_fixtures
https://github.com/dmagliola/redis_fixtures
RedisFixtures allows you to have fixtures for Redis, in addition to the ones for your database. If you are using Redis as more than just a cache (and I hope you are), you probably need to have some data there to test your application. RedisFixtures will reset your (test) Redis database at the beginning of every test to the fixture you set. And if you use FixtureBuilder (or any other fixture-generating library), you can automatically generate your Redis fixture from the contents of your test Redis database.

Total

Ranking: 152,783 of 196,338
Downloads: 3,923

Daily

Ranking: 30,638 of 196,320
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,687,515,579bundler
81,399,913,164rake
141,285,405,312minitest
59717,441,673connection_pool
83578,647,847redis
98495,507,544simplecov
55096,446,116mocha
95154,408,327minitest-reporters
1,06547,080,456shoulda
1,86718,272,909codeclimate-test-reporter
1,91517,219,613coveralls
1,99115,449,867appraisal

Owners

#GravatarHandle
1icondmagliola