ruby-minitest-hooks 1.4.2 Hooks for the minitest framework

Minitest-hooks adds around, before_all, after_all, around_all hooks for Minitest. This allows, for instance, running each suite of specs inside a database transaction, running each spec inside its own savepoint inside that transaction. This can significantly speed up testing for specs that share expensive database setup code.