...

/

Minitest Integration Tests

Minitest Integration Tests

Learn more about Minitest integration testing and Minitest matchers.

Minitest integration testing

Rails uses integration tests for end-to-end tests when the runtime is not using JavaScript. These are a little different from the system tests in that ...