-
Name
-
minitest-hooks
-
Version
-
1.5.2
-
Platform
-
ruby
-
Authors
-
Jeremy Evans
-
Bindir
-
bin
-
Date
-
2024-08-14 00:00:00 UTC
-
Dependencies
-
minitest (> 5.3)
sequel (> 4, development)
sqlite3 (>= 0, development)
rake (>= 0, development)
minitest-global_expectations (>= 0, development)
-
Description
-
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.
-
Email
-
code@jeremyevans.net
-
Extra rdoc files
-
README.rdoc
CHANGELOG
MIT-LICENSE
-
Files
-
CHANGELOG
MIT-LICENSE
README.rdoc
lib/minitest/hooks.rb
lib/minitest/hooks/default.rb
lib/minitest/hooks/test.rb
-
Homepage
-
http://github.com/jeremyevans/minitest-hooks
-
Licenses
-
MIT
-
Rdoc options
-
--quiet
--line-numbers
--inline-source
--title
minitest-hooks: around and before_all/after_all/around_all hooks for Minitest
--main
README.rdoc
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.5.11
-
Specification version
-
4
-
Summary
-
Around and before_all/after_all/around_all hooks for Minitest
-
Original platform
-
ruby
-
New platform
-
ruby