Commit 9bdb869a authored by Rydkin Maxim's avatar Rydkin Maxim

fix typo

parent b1dc850a
......@@ -167,7 +167,7 @@ describe Ci::CreatePipelineService, services: true do
end
shared_examples 'creating a pipeline' do
it 'does not skips pipeline creation' do
it 'does not skip pipeline creation' do
allow_any_instance_of(Ci::Pipeline).to receive(:git_commit_message) { commit_message }
pipeline = execute_service(message: commit_message)
......
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