summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-13 23:54:49 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-13 23:54:49 +0200
commit3676838dc96bbe1c8c7eec7e6ca545c462dfc12d (patch)
tree28659c8fcb8f938f607676d79bc95950b5837b60 /db
parent781f5aa6fb25b4aed91f711daefdae4bce8d968b (diff)
downloadgitlab-ce-3676838dc96bbe1c8c7eec7e6ca545c462dfc12d.tar.gz
Rspec test repo replaced.\nMerge Requests improved
Diffstat (limited to 'db')
-rw-r--r--db/fixtures/test/001_repo.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/fixtures/test/001_repo.rb b/db/fixtures/test/001_repo.rb
index fa50f841362..ebf005a1467 100644
--- a/db/fixtures/test/001_repo.rb
+++ b/db/fixtures/test/001_repo.rb
@@ -10,6 +10,6 @@ Dir.mkdir(repo_dir) unless File.exists?(repo_dir)
Dir.chdir(repo_dir)
`tar -xf seed_project.tar.gz`
3.times do |i|
-`cp -r legit/ legit_#{i}/`
-puts "Unpacked seed repo - tmp/tests/legit_#{i}"
+`cp -r gitlabhq/ gitlabhq_#{i}/`
+puts "Unpacked seed repo - tmp/tests/gitlabhq_#{i}"
end