# frozen_string_literal: true module ShibRack # Handler for headless browser testing, which injects configured attributes # into the Rack env before invoking ShibRack::Handler. class TestHandler < Handler class <