gitlab-org--gitlab-foss/spec/lib/gitlab/auth/o_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
..
auth_hash_spec.rb Fix cannot modify frozen string 2019-07-26 13:25:07 +12:00
identity_linker_spec.rb Add frozen_string_literal to spec/lib (part 1) 2019-07-26 13:25:07 +12:00
provider_spec.rb Add frozen_string_literal to spec/lib (part 1) 2019-07-26 13:25:07 +12:00
user_spec.rb Add frozen_string_literal to spec/lib (part 1) 2019-07-26 13:25:07 +12:00