Minitest Helper Tests
Learn how to write tests for Minitest helper testing.
Minitest helper methods
Rails provides the ActionView::TestCase
class, a subclass of ActiveSupport::TestCase
designed to load enough of the Rails controller structure to enable helpers to be called and tested. Let’s look at the Minitest version of the name_with_status
helper tests:
Get hands-on with 1400+ tech skills courses.