Commit 4e34bd14 authored by Rachel Fox's avatar Rachel Fox

fix it to specify

parent f9bc8d20
...@@ -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
......
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