This is a short and simple example of custom assertions for Minitest.
They are very basic, but they help me to learn it. And I can use the to test some very simple use case of remote conection without install a bunch of gems.
I learn what I needed for this from this article and the minitest-chef-handler's code.
It can be improved a lot using Nokogiri and other Ruby libraries.