diff options
author | Eric Eastwood <contact@ericeastwood.com> | 2017-09-20 00:52:43 -0500 |
---|---|---|
committer | Eric Eastwood <contact@ericeastwood.com> | 2017-09-20 00:52:47 -0500 |
commit | 172bae0c9d841f035ba0f2a528c3bae822717a30 (patch) | |
tree | 07820ae4a8bcfc80bf6b870d36b753099e847664 | |
parent | 761b2e98903aaa3fe731c8572dd8b1761c650cdc (diff) | |
download | gitlab-ce-172bae0c9d841f035ba0f2a528c3bae822717a30.tar.gz |
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'
```
-rw-r--r-- | spec/support/test_env.rb | 1 |
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', |