v1.0
This commit is contained in:
parent
0f43e98ef8
commit
d378468794
317 changed files with 11347 additions and 0 deletions
11
db/fixtures/test/001_repo.rb
Normal file
11
db/fixtures/test/001_repo.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Create dir for test repo
|
||||
repo_dir = File.join(Rails.root, "tmp", "tests")
|
||||
Dir.mkdir(repo_dir) unless File.exists?(repo_dir)
|
||||
|
||||
`cp spec/seed_project.tar.gz tmp/tests/`
|
||||
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}"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue