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:
authorToon Claes <toon@gitlab.com>2018-05-07 16:00:32 +0300
committerToon Claes <toon@gitlab.com>2018-05-07 16:00:32 +0300
commite076bd9b17ed0b5f603b53c3b9f27603d7bb3feb (patch)
treeaaf53eb3a354dbb65090ed96ade11925a5f54d9a /spec/workers/repository_check
parent049080263684f2763b0abdbe310bb742253eca53 (diff)
Fix rubocop violation
Diffstat (limited to 'spec/workers/repository_check')
-rw-r--r--spec/workers/repository_check/single_repository_worker_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/workers/repository_check/single_repository_worker_spec.rb b/spec/workers/repository_check/single_repository_worker_spec.rb
index 58227abc2b5..a021235aed6 100644
--- a/spec/workers/repository_check/single_repository_worker_spec.rb
+++ b/spec/workers/repository_check/single_repository_worker_spec.rb
@@ -99,7 +99,6 @@ describe RepositoryCheck::SingleRepositoryWorker do
break_repo(project.repository.path_to_repo)
end
-
def break_repo(repo)
# Create or replace blob ffffffffffffffffffffffffffffffffffffffff with an empty file
# This will make the repo invalid, _and_ 'git init' cannot fix it.