aboutsummaryrefslogtreecommitdiff
path: root/test/integration_test_helper.rb
blob: 986d8a7a0efcbe38dfd5456f112171fb638f7e41 (plain)
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