From 5146731818f7edfcb38691ef2f99a9fd5cf6b4a0 Mon Sep 17 00:00:00 2001 From: Dustin Zeisler Date: Thu, 24 Sep 2015 12:45:03 -0700 Subject: [PATCH] Add helpfull testing gem active_mocker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63daeab..316c043 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ The goal is to help every Rails developer to build an awesome Rails product/serv * [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) - Shoulda-matchers provides serveral matchers for testing common Rails functionality. * [ResponseCodeMatchers](https://github.com/r7kamura/response_code_matchers) - ResponseCodeMatchers provides rspec matchers to match http response code. * [SimpleCov](https://github.com/colszowka/simplecov) - SimpleCov is a code coverage analysis tool for Ruby. +* [active_mocker](https://github.com/zeisler/active_mocker) - Generate mocks from ActiveRecord models for unit tests that run fast because they don’t need to load Rails or a database. ## Production * [Rollbar](https://github.com/rollbar/rollbar-gem) - Exception tracking and logging from Ruby to Rollbar.