minitest topic
json-at-work-examples
Code examples for JSON at Work.
what_to_run
Regression test selection for Ruby
minitest-ci
Minitest reporter plugin for CircleCI
evil_systems
An easy way to enhance your system tests with Rails and Capybara using EvilMartians System of a Test.
routes_coverage
Routes coverage for rails request/integration/capybara tests
intransient_capybara
A set of improvements to Minitest/Capybara/Poltergeist/PhantomJS test stack that reduces the occurrence of transient failures.
strictly_fake
Stub that automatically verifies that stubbed methods exist and the signatures match the original.
minitest-matchers_vaccine
:syringe: Adds matcher support to minitest without all the other RSpec-style expectation "infections."
minitest-snapshots
Minitest plugin for asserting that strings are the same as a saved snapshot, jest style