Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
57d44fee
Commit
57d44fee
authored
Nov 24, 2019
by
gfyoung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable frozen string for kubernetes specs
Partially addresses:
https://gitlab.com/gitlab-org/gitlab/issues/27703
parent
dac1e700
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
0 deletions
+14
-0
spec/lib/gitlab/kubernetes/config_map_spec.rb
spec/lib/gitlab/kubernetes/config_map_spec.rb
+2
-0
spec/lib/gitlab/kubernetes/helm/api_spec.rb
spec/lib/gitlab/kubernetes/helm/api_spec.rb
+2
-0
spec/lib/gitlab/kubernetes/helm/base_command_spec.rb
spec/lib/gitlab/kubernetes/helm/base_command_spec.rb
+2
-0
spec/lib/gitlab/kubernetes/helm/init_command_spec.rb
spec/lib/gitlab/kubernetes/helm/init_command_spec.rb
+2
-0
spec/lib/gitlab/kubernetes/helm/install_command_spec.rb
spec/lib/gitlab/kubernetes/helm/install_command_spec.rb
+2
-0
spec/lib/gitlab/kubernetes/helm/pod_spec.rb
spec/lib/gitlab/kubernetes/helm/pod_spec.rb
+2
-0
spec/lib/gitlab/kubernetes/namespace_spec.rb
spec/lib/gitlab/kubernetes/namespace_spec.rb
+2
-0
No files found.
spec/lib/gitlab/kubernetes/config_map_spec.rb
View file @
57d44fee
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
Kubernetes
::
ConfigMap
do
...
...
spec/lib/gitlab/kubernetes/helm/api_spec.rb
View file @
57d44fee
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
Kubernetes
::
Helm
::
Api
do
...
...
spec/lib/gitlab/kubernetes/helm/base_command_spec.rb
View file @
57d44fee
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
Kubernetes
::
Helm
::
BaseCommand
do
...
...
spec/lib/gitlab/kubernetes/helm/init_command_spec.rb
View file @
57d44fee
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
Kubernetes
::
Helm
::
InitCommand
do
...
...
spec/lib/gitlab/kubernetes/helm/install_command_spec.rb
View file @
57d44fee
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
Kubernetes
::
Helm
::
InstallCommand
do
...
...
spec/lib/gitlab/kubernetes/helm/pod_spec.rb
View file @
57d44fee
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
Kubernetes
::
Helm
::
Pod
do
...
...
spec/lib/gitlab/kubernetes/namespace_spec.rb
View file @
57d44fee
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
Kubernetes
::
Namespace
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment