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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-31 18:11:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-31 18:11:37 +0300
commita5519693560d1ac4e120e1afd7d806d13a2d09fd (patch)
tree7aadd6e5ddf3b5f19bc444714f63db8dd1001633 /spec/models
parent004274926a034decf20948c34e290267dffbdfde (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/models')
-rw-r--r--spec/models/repository_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/models/repository_spec.rb b/spec/models/repository_spec.rb
index adebacec352..93872bcd827 100644
--- a/spec/models/repository_spec.rb
+++ b/spec/models/repository_spec.rb
@@ -4,7 +4,6 @@ require 'spec_helper'
RSpec.describe Repository do
include RepoHelpers
- include GitHelpers
TestBlob = Struct.new(:path)