1 2 3 4 5 6 7
require_relative 'test_helper' class ActionDispatch::IntegrationTest def login_as(user) GDS::SSO.test_user = user end end