Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjumpyoshim <jumpyoshim@gmail.com>2018-11-16 00:29:53 +0300
committerjumpyoshim <jumpyoshim@gmail.com>2018-11-16 00:29:53 +0300
commit75815769b0b606f3d0c096009d14b864a5b876b0 (patch)
treef8bb32c237300c12696f64dacab57d8e77354572 /spec/finders
parentdff3ded57f6bb4777152fb429af906125526113e (diff)
Fix typo pipline to pipeline
Diffstat (limited to 'spec/finders')
-rw-r--r--spec/finders/pipelines_finder_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/finders/pipelines_finder_spec.rb b/spec/finders/pipelines_finder_spec.rb
index c6e832ad69b..c2c304589c9 100644
--- a/spec/finders/pipelines_finder_spec.rb
+++ b/spec/finders/pipelines_finder_spec.rb
@@ -225,7 +225,7 @@ describe PipelinesFinder do
end
end
- context 'when the project has limited access to piplines' do
+ context 'when the project has limited access to pipelines' do
let(:project) { create(:project, :private, :repository) }
let(:current_user) { create(:user) }
let!(:pipelines) { create_list(:ci_pipeline, 2, project: project) }