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
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
spec/models/clusters/cluster_spec.rb
spec/models/clusters/cluster_spec.rb
+0
-1
spec/views/projects/pipelines_settings/_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