Commit 11afdef3 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'rachelfox-master-patch-32903' into 'master'

fix it to specify

See merge request gitlab-org/gitlab!32921
parents d0155a7c 4e34bd14
......@@ -718,7 +718,7 @@ describe Projects::PipelinesController do
end
shared_examples 'creates a pipeline' do
it do
specify do
expect { post_request }.to change { project.ci_pipelines.count }.by(1)
pipeline = project.ci_pipelines.last
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment