Categories: Testing [Edit]

active_mocker

https://rubygems.org/gems/active_mocker
https://github.com/zeisler/active_mocker
Creates stub classes from any ActiveRecord model. By using stubs in your tests you don't need to load Rails or the database, sometimes resulting in a 10x speed improvement. ActiveMocker analyzes the methods and database columns to generate a Ruby class file. The stub file can be run standalone and comes included with many useful parts of ActiveRecord. Stubbed out methods contain their original argument signatures or ActiveMocker friendly code can be brought over in its entirety. Mocks are regenerated when the schema is modified so your mocks won't go stale, preventing the case where your unit tests pass but production code fails.

Total

Ranking: 8,930 of 183,477
Downloads: 311,352

Daily

Ranking: 41,916 of 183,470
Downloads: 1

Depended by

RankDownloadsName
142,6403,706csv_loader

Depends on

RankDownloadsName
12,456,134,847bundler
71,004,546,968activesupport
10969,073,546rake
25825,073,950rspec
58496,263,048ruby-progressbar
62484,887,430rubocop
272136,271,551colorize
359102,778,113virtus
22,37960,211dissociated_introspection
26,28647,875active_record_schema_scrapper
42,31225,372reverse_parameters

Owners

#GravatarHandle
1iconzeisler