require_relative 'test_helper' class ActionDispatch::IntegrationTest def login_as(user) GDS::SSO.test_user = user end end