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:
authorMark Chao <mchao@gitlab.com>2018-10-12 07:19:43 +0300
committerMark Chao <mchao@gitlab.com>2018-11-07 06:26:46 +0300
commitea6fa65319322cc23695b5865c6f1b009d5a70d6 (patch)
tree8c5c549a3a6ccb20866ebc410f56684a9f6d6192 /spec/support/helpers
parentcf8fe12b7b3a24082db47f71c80b01e62e391f32 (diff)
Add reference for branch for simple file operation
Suitable for testing old and new paths involved for each file in diff
Diffstat (limited to 'spec/support/helpers')
-rw-r--r--spec/support/helpers/test_env.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/support/helpers/test_env.rb b/spec/support/helpers/test_env.rb
index 71d72ff27e9..80b96f20e3f 100644
--- a/spec/support/helpers/test_env.rb
+++ b/spec/support/helpers/test_env.rb
@@ -55,6 +55,9 @@ module TestEnv
'update-gitlab-shell-v-6-0-1' => '2f61d70',
'update-gitlab-shell-v-6-0-3' => 'de78448',
'2-mb-file' => 'bf12d25',
+ 'before-create-delete-modify-move' => '845009f',
+ 'between-create-delete-modify-move' => '3f5f443',
+ 'after-create-delete-modify-move' => 'ba3faa7',
'with-codeowners' => '219560e'
}.freeze