Commit 57d44fee authored by gfyoung's avatar gfyoung

Enable frozen string for kubernetes specs

Partially addresses:

https://gitlab.com/gitlab-org/gitlab/issues/27703
parent dac1e700
# frozen_string_literal: true
require 'spec_helper' require 'spec_helper'
describe Gitlab::Kubernetes::ConfigMap do describe Gitlab::Kubernetes::ConfigMap do
......
# frozen_string_literal: true
require 'spec_helper' require 'spec_helper'
describe Gitlab::Kubernetes::Helm::Api do describe Gitlab::Kubernetes::Helm::Api do
......
# frozen_string_literal: true
require 'spec_helper' require 'spec_helper'
describe Gitlab::Kubernetes::Helm::BaseCommand do describe Gitlab::Kubernetes::Helm::BaseCommand do
......
# frozen_string_literal: true
require 'spec_helper' require 'spec_helper'
describe Gitlab::Kubernetes::Helm::InitCommand do describe Gitlab::Kubernetes::Helm::InitCommand do
......
# frozen_string_literal: true
require 'spec_helper' require 'spec_helper'
describe Gitlab::Kubernetes::Helm::InstallCommand do describe Gitlab::Kubernetes::Helm::InstallCommand do
......
# frozen_string_literal: true
require 'spec_helper' require 'spec_helper'
describe Gitlab::Kubernetes::Helm::Pod do describe Gitlab::Kubernetes::Helm::Pod do
......
# frozen_string_literal: true
require 'spec_helper' require 'spec_helper'
describe Gitlab::Kubernetes::Namespace do describe Gitlab::Kubernetes::Namespace 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