I’ve written my share of RSpec tests that look for specific meta tags in a web page under Capybara. It would be nice to be able to spell the following.
Easy. This is my spec/support/matchers/have_meta.rb.
This is a lot better than having to compare strings or making manual XPath queries.