Commit d52a715f authored by Thong Kuah's avatar Thong Kuah

Merge branch 'frozen-string-enable-lib-gitlab-external-auth' into 'master'

Enable frozen string for external auth

See merge request gitlab-org/gitlab!20027
parents 5aace8a5 29f6e36c
# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::ExternalAuthorization::Access, :clean_gitlab_redis_cache do
......
# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::ExternalAuthorization::Cache, :clean_gitlab_redis_cache do
......
# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::ExternalAuthorization::Client do
......
# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::ExternalAuthorization::Logger do
......
# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::ExternalAuthorization::Response do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment