Just wondering what the best way to setup something in Minitest acceptance tests to log in before a test.
I'm switching from Cucumber, where it would usually be something like this:
step("log in as userx")
Would I simply define a method to utilise Capybara in my minitest_helper.rb or is there a better way?