Commit 29f6e36c authored by gfyoung's avatar gfyoung Committed by Thong Kuah

Enable frozen string for external auth

Partially addresses:

https://gitlab.com/gitlab-org/gitlab/issues/27703
parent 5aace8a5
# frozen_string_literal: true
require 'spec_helper' require 'spec_helper'
describe Gitlab::ExternalAuthorization::Access, :clean_gitlab_redis_cache do describe Gitlab::ExternalAuthorization::Access, :clean_gitlab_redis_cache do
......
# frozen_string_literal: true
require 'spec_helper' require 'spec_helper'
describe Gitlab::ExternalAuthorization::Cache, :clean_gitlab_redis_cache do describe Gitlab::ExternalAuthorization::Cache, :clean_gitlab_redis_cache do
......
# frozen_string_literal: true
require 'spec_helper' require 'spec_helper'
describe Gitlab::ExternalAuthorization::Client do describe Gitlab::ExternalAuthorization::Client do
......
# frozen_string_literal: true
require 'spec_helper' require 'spec_helper'
describe Gitlab::ExternalAuthorization::Logger do describe Gitlab::ExternalAuthorization::Logger do
......
# frozen_string_literal: true
require 'spec_helper' require 'spec_helper'
describe Gitlab::ExternalAuthorization::Response do 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