gitlab-org--gitlab-foss/spec/lib/gitlab/auth
Thong Kuah d9db8d85b3 Fix cannot modify frozen string
Note that Performance/UnfreezeString recommends unary plus over
"".dup, but unary plus has lower precedence so we have to use
parenthesis
2019-07-26 13:25:07 +12:00
..
ldap Add frozen_string_literal to spec/lib (part 1) 2019-07-26 13:25:07 +12:00
o_auth Fix cannot modify frozen string 2019-07-26 13:25:07 +12:00
saml Add frozen_string_literal to spec/lib (part 1) 2019-07-26 13:25:07 +12:00
activity_spec.rb Add frozen_string_literal to spec/lib (part 1) 2019-07-26 13:25:07 +12:00
blocked_user_tracker_spec.rb Add frozen_string_literal to spec/lib (part 1) 2019-07-26 13:25:07 +12:00
ip_rate_limiter_spec.rb Support CIDR notation in IP rate limiter 2019-06-27 23:16:11 -07:00
request_authenticator_spec.rb Add frozen_string_literal to spec/lib (part 1) 2019-07-26 13:25:07 +12:00
unique_ips_limiter_spec.rb Add frozen_string_literal to spec/lib (part 1) 2019-07-26 13:25:07 +12:00
user_access_denied_reason_spec.rb Add frozen_string_literal to spec/lib (part 1) 2019-07-26 13:25:07 +12:00
user_auth_finders_spec.rb Add frozen_string_literal to spec/lib (part 1) 2019-07-26 13:25:07 +12:00