Bypassing Rails in Minitest
Learn to bypass rails in Minitest.
Minitest bypassing Rails for speed
The same Rails-bypassing test technique works in Minitest, but there are some minor differences based on how the RSpec executable works versus the way Minitest works.
In Minitest, the active_record_test_helper
looks like this:
Get hands-on with 1400+ tech skills courses.