summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRydkin Maxim <maks.rydkin@gmail.com>2017-03-18 13:35:34 +0300
committerRydkin Maxim <maks.rydkin@gmail.com>2017-04-04 21:11:24 +0300
commit9bdb869a0aee50ac03ff8e2a630d9a40fce1a59f (patch)
treefc7f583092c235c85ee216e38046e4c795221cf2
parentb1dc850ad6037def0ed47ea190cb33ba8493ac27 (diff)
downloadgitlab-ce-9bdb869a0aee50ac03ff8e2a630d9a40fce1a59f.tar.gz
fix typo
-rw-r--r--spec/services/ci/create_pipeline_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/ci/create_pipeline_service_spec.rb b/spec/services/ci/create_pipeline_service_spec.rb
index 3bff0157fda..cd63eeac5fa 100644
--- a/spec/services/ci/create_pipeline_service_spec.rb
+++ b/spec/services/ci/create_pipeline_service_spec.rb
@@ -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)