BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
b4c4e1bd
Commit
b4c4e1bd
authored
Nov 28, 2017
by
Shinya Maeda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix integraetion tests
parent
54c70a77
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
cluster_spec.rb
spec/models/clusters/cluster_spec.rb
+0
-1
_show.html.haml_spec.rb
...views/projects/pipelines_settings/_show.html.haml_spec.rb
+1
-1
No files found.
spec/models/clusters/cluster_spec.rb
View file @
b4c4e1bd
...
...
@@ -9,7 +9,6 @@ describe Clusters::Cluster do
it
{
is_expected
.
to
delegate_method
(
:status_reason
).
to
(
:provider
)
}
it
{
is_expected
.
to
delegate_method
(
:status_name
).
to
(
:provider
)
}
it
{
is_expected
.
to
delegate_method
(
:on_creation?
).
to
(
:provider
)
}
it
{
is_expected
.
to
delegate_method
(
:update_kubernetes_integration!
).
to
(
:platform
)
}
it
{
is_expected
.
to
respond_to
:project
}
describe
'.enabled'
do
...
...
spec/views/projects/pipelines_settings/_show.html.haml_spec.rb
View file @
b4c4e1bd
...
...
@@ -35,7 +35,7 @@ describe 'projects/pipelines_settings/_show' do
context
'when kubernetes is active'
do
before
do
project
.
build_kubernetes_service
(
active:
true
)
create
(
:kubernetes_service
,
project:
project
)
end
context
'when auto devops domain is not defined'
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