Running Minitest

Learn how to run Minitest. Learn about Minitest directories, files, test method functionalities, and fixture loading.

Rails provides some standard tasks for running all or part of the test suite.

Minitest directories

The one to use most of the time, which is not the Rails default, is rails test (often bin/rails test, depending on ...