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
573c9fa0
Commit
573c9fa0
authored
Apr 18, 2018
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace missed occurences of GKE with Google Kubernetes Engine
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
3c660db4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ee/spec/features/projects/clusters_spec.rb
ee/spec/features/projects/clusters_spec.rb
+3
-3
No files found.
ee/spec/features/projects/clusters_spec.rb
View file @
573c9fa0
...
...
@@ -73,7 +73,7 @@ feature 'EE Clusters' do
end
end
context
'when user adds an G
KE
cluster'
do
context
'when user adds an G
oogle Kubernetes Engine
cluster'
do
before
do
allow_any_instance_of
(
Projects
::
Clusters
::
GcpController
)
.
to
receive
(
:token_in_session
).
and_return
(
'token'
)
...
...
@@ -105,7 +105,7 @@ feature 'EE Clusters' do
context
'when user filled form with environment scope'
do
before
do
click_link
'Add Kubernetes cluster'
click_link
'Create on G
KE
'
click_link
'Create on G
oogle Kubernetes Engine
'
fill_in
'cluster_provider_gcp_attributes_gcp_project_id'
,
with:
'gcp-project-123'
fill_in
'cluster_name'
,
with:
'staging-cluster'
fill_in
'cluster_environment_scope'
,
with:
'staging/*'
...
...
@@ -135,7 +135,7 @@ feature 'EE Clusters' do
context
'when user updates duplicated environment scope'
do
before
do
click_link
'Add Kubernetes cluster'
click_link
'Create on G
KE
'
click_link
'Create on G
oogle Kubernetes Engine
'
fill_in
'cluster_provider_gcp_attributes_gcp_project_id'
,
with:
'gcp-project-123'
fill_in
'cluster_name'
,
with:
'staging-cluster'
fill_in
'cluster_environment_scope'
,
with:
'*'
...
...
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