I am using rails 8 w/ built-in authentication. How can I create authenticated session for use with system tests? Devise has some integration test helpers. Are there such things for built-in generated authentication in rails?
If not, should I stick to using fill_in
s and click_on
s, in setup
methods?