A database backend that translates database interactions into no-ops. Using NullDB enables you to test your model business logic - including after_save hooks - without ever touching a real database.
Avdi Grimm, Myron Marston
gem "activerecord-nulldb-adapter", "~> 0.2.0"