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:
authorwinniehell <git@winniehell.de>2016-07-31 05:09:19 +0300
committerwinniehell <git@winniehell.de>2016-08-02 04:32:28 +0300
commitae9f0ca818b203df3bf61e5598c4e7e63c4c2d70 (patch)
tree9262f7d225f5219af5160edd1fccbb881a69f2b9 /spec/support/test_env.rb
parentc009f620173df2bcce43670c61dfaaa845719ebe (diff)
Add failing test for #20462
Diffstat (limited to 'spec/support/test_env.rb')
-rw-r--r--spec/support/test_env.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/test_env.rb b/spec/support/test_env.rb
index 4561aa9644d..1c0c66969e3 100644
--- a/spec/support/test_env.rb
+++ b/spec/support/test_env.rb
@@ -6,6 +6,7 @@ module TestEnv
# When developing the seed repository, comment out the branch you will modify.
BRANCH_SHA = {
'empty-branch' => '7efb185',
+ 'ends-with.json' => '98b0d8b3',
'flatten-dir' => 'e56497b',
'feature' => '0b4bc9a',
'feature_conflict' => 'bb5206f',