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
11afdef3
Commit
11afdef3
authored
May 25, 2020
by
Mayra Cabrera
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'rachelfox-master-patch-32903' into 'master'
fix it to specify See merge request gitlab-org/gitlab!32921
parents
d0155a7c
4e34bd14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
spec/controllers/projects/pipelines_controller_spec.rb
spec/controllers/projects/pipelines_controller_spec.rb
+1
-1
No files found.
spec/controllers/projects/pipelines_controller_spec.rb
View file @
11afdef3
...
@@ -718,7 +718,7 @@ describe Projects::PipelinesController do
...
@@ -718,7 +718,7 @@ describe Projects::PipelinesController do
end
end
shared_examples
'creates a pipeline'
do
shared_examples
'creates a pipeline'
do
it
do
specify
do
expect
{
post_request
}.
to
change
{
project
.
ci_pipelines
.
count
}.
by
(
1
)
expect
{
post_request
}.
to
change
{
project
.
ci_pipelines
.
count
}.
by
(
1
)
pipeline
=
project
.
ci_pipelines
.
last
pipeline
=
project
.
ci_pipelines
.
last
...
...
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