Module: Booth::Test

Defined in:
lib/booth/test.rb,
lib/booth/test/helpers.rb,
lib/booth/test/userland.rb,
lib/booth/test/webauthn/enable.rb,
lib/booth/test/webauthn/disable.rb,
lib/booth/test/support/force_login.rb,
lib/booth/test/userland/otps/manage.rb,
lib/booth/test/support/assert_partial.rb,
lib/booth/test/support/assert_logged_in.rb,
lib/booth/test/userland/onboardings/otp.rb,
lib/booth/test/support/assert_logged_out.rb,
lib/booth/test/support/get_session_value.rb,
lib/booth/test/support/soft_reset_session.rb,
lib/booth/test/userland/onboardings/timeout.rb,
lib/booth/test/support/otp_code_from_session.rb,
lib/booth/test/userland/onboardings/password.rb,
lib/booth/test/userland/password_resets/reset.rb,
lib/booth/test/userland/logins/missing_onboarding.rb,
lib/booth/test/userland/logins/username_and_webauth.rb,
lib/booth/test/userland/logins/username_and_password.rb,
lib/booth/test/userland/logins/missing_authenticators.rb,
lib/booth/test/userland/onboardings/already_logged_in.rb,
lib/booth/test/webauthn/virtual_authenticators/create.rb,
lib/booth/test/webauthn/virtual_authenticators/destroy.rb,
lib/booth/test/support/assert_all_partials_were_covered.rb,
lib/booth/test/userland/logins/username_password_and_otp.rb,
lib/booth/test/userland/logins/username_password_and_webauth.rb

Defined Under Namespace

Modules: Helpers, Support, Userland, Webauthn

Class Method Summary collapse

Class Method Details

.force_loginObject



45
46
47
# File 'lib/booth/test.rb', line 45

def self.(...)
  ::Booth::Test::Support::ForceLogin.call(...)
end

.middlewareObject



41
42
43
# File 'lib/booth/test.rb', line 41

def self.middleware
  ::RackSessionAccess::Middleware
end