How to test ActionText using RSpec?

I am trying to write an RSpec system test that involves filling out an ActionText / Trix field on a page. It seems as though ActionText::SystemTestHelper as defined here is available to help with ...