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:
authorEric Eastwood <contact@ericeastwood.com>2017-09-20 08:52:43 +0300
committerEric Eastwood <contact@ericeastwood.com>2017-09-20 08:52:47 +0300
commit172bae0c9d841f035ba0f2a528c3bae822717a30 (patch)
tree07820ae4a8bcfc80bf6b870d36b753099e847664 /spec/support/test_env.rb
parent761b2e98903aaa3fe731c8572dd8b1761c650cdc (diff)
Fix ff_merge_requests.feature spinach tests
This error was thrown before ``` source repository is empty /builds/gitlab-org/gitlab-ce/lib/gitlab/git/repository.rb:838:in `block in fetch_source_branch' ```
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 6e5b9700b54..126ea859101 100644
--- a/spec/support/test_env.rb
+++ b/spec/support/test_env.rb
@@ -17,6 +17,7 @@ module TestEnv
'feature_conflict' => 'bb5206f',
'fix' => '48f0be4',
'improve/awesome' => '5937ac0',
+ 'merged-target' => '21751bf',
'markdown' => '0ed8c6c',
'lfs' => 'be93687',
'master' => 'b83d6e3',