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 they don’t use Capybara, and therefore typically pass parameters directly to the test.
We have end-to-end tests that we used to create projects. Here’s how those look as integration tests:
Get hands-on with 1400+ tech skills courses.