diff options
author | Ciro Santilli <ciro.santilli@gmail.com> | 2014-09-30 17:34:46 +0200 |
---|---|---|
committer | Ciro Santilli <ciro.santilli@gmail.com> | 2014-09-30 17:34:46 +0200 |
commit | 789b42759270afae22422ae2bcda1083a46d8b60 (patch) | |
tree | ed6b11496a3465398b4aafa33d98af76a5ca2752 /db | |
parent | 2b88c9cd15d79ff755cea501d5d6fb511538de73 (diff) | |
download | gitlab-ce-789b42759270afae22422ae2bcda1083a46d8b60.tar.gz |
Fix dev merge seed: update testme to gitlab-test.
Diffstat (limited to 'db')
-rw-r--r-- | db/fixtures/development/10_merge_requests.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/10_merge_requests.rb b/db/fixtures/development/10_merge_requests.rb index d89cdd52087..f9b2fd8b05f 100644 --- a/db/fixtures/development/10_merge_requests.rb +++ b/db/fixtures/development/10_merge_requests.rb @@ -21,7 +21,7 @@ Gitlab::Seeder.quiet do end end - project = Project.find_with_namespace('gitlab-org/testme') + project = Project.find_with_namespace('gitlab-org/gitlab-test') params = { source_branch: 'feature', |