Skip to content

Improve specs for GroupSaml::SsoState

Sam Figueroa requested to merge sf/refactor/439210-group-saml-sso-state into master

What does this MR do and why?

Improve specs for GroupSaml::SsoState

  • Add an additional explicit test case for active_since?(cutoff) wit nil as argument

  • Fix missing feature category

  • Refs: #439210

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

How to set up and validate locally

  1. bundle exec rspec ee/spec/lib/gitlab/auth/group_saml/sso_state_spec.rb

Merge request reports