RubyGems Navigation menu

minitest-hooks 1.0.0

minitest-hooks adds around and before_all/after_all/around_all hooks for Minitest. This allows you do things like run each suite of specs inside a database transaction, running each spec inside its own savepoint inside that transaction, which can significantly speed up testing for specs that share expensive database setup code.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.5.1 - July 27, 2023 (8.5 KB)
  2. 1.5.0 - May 21, 2018 (11 KB)
  3. 1.4.2 - September 12, 2017 (10.5 KB)
  4. 1.4.1 - July 31, 2017 (10 KB)
  5. 1.4.0 - November 17, 2015 (10 KB)
  6. 1.0.0 - April 27, 2015 (7.5 KB)
Show all versions (10 total)

Development Dependencies (3):

minitest > 5
sequel > 4
sqlite3 >= 0

Owners:

Authors:

  • Jeremy Evans

SHA 256 checksum:

1302ec3dad75aeb4bad69375ea57175ec2b5c3f09f73b5d55e79b89679b8ba1e

Total downloads 9,280,298

For this version 2,796

License:

MIT

Required Ruby Version: >= 0

Links: