gitlab-org--gitlab-foss/spec/lib/gitlab/auth
Jan Provaznik 20adfb5369 Fix nil formats test
One of the spec files sets `nil` value for env varialbe
`action_dispatch.request.formats`. Rather than setting `nil` value,
we can delete the `action_dispatch.request.formats` key from `env`
(which should be closer to real use case anyway). The reason is that
in Rails 5, `formats` method does not set default array of formats
if the env key is already set (even if set to `nil`).
2018-06-16 21:20:58 +02:00
..
ldap Minimize CE/EE difference in Gitlab::Auth::LDAP::User 2018-05-18 16:30:54 +02:00
o_auth Unify Saml::IdentityLinker and OAuth::IdentityLinker 2018-04-23 13:53:32 +01:00
saml Unify Saml::IdentityLinker and OAuth::IdentityLinker 2018-04-23 13:53:32 +01:00
blocked_user_tracker_spec.rb Fix system hook not firing for blocked users when LDAP sign-in is used 2018-05-12 22:33:29 -07:00
request_authenticator_spec.rb Export assigned issues in iCalendar feed 2018-05-31 14:01:04 +00:00
unique_ips_limiter_spec.rb
user_access_denied_reason_spec.rb Add username to terms message in git and API calls 2018-05-24 18:19:48 +02:00
user_auth_finders_spec.rb Fix nil formats test 2018-06-16 21:20:58 +02:00