diff options
author | Rydkin Maxim <maks.rydkin@gmail.com> | 2017-03-18 13:35:34 +0300 |
---|---|---|
committer | Rydkin Maxim <maks.rydkin@gmail.com> | 2017-04-04 21:11:24 +0300 |
commit | 9bdb869a0aee50ac03ff8e2a630d9a40fce1a59f (patch) | |
tree | fc7f583092c235c85ee216e38046e4c795221cf2 /spec/services | |
parent | b1dc850ad6037def0ed47ea190cb33ba8493ac27 (diff) | |
download | gitlab-ce-9bdb869a0aee50ac03ff8e2a630d9a40fce1a59f.tar.gz |
fix typo
Diffstat (limited to 'spec/services')
-rw-r--r-- | spec/services/ci/create_pipeline_service_spec.rb | 2 |
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) |