Define assertions and spec expectations for both positive and negative forms of the matcher name.
Define an assertion using test_name. For example, if the test name is have_css, the assertion would be called assert_page_has_css.
Use either of Capybara::RSpecMatchers. Assert that it matches, and pass its failure message if it doesn‘t.
Define the MiniTest::Spec expectation.
[Validate]