init commit
This commit is contained in:
parent
93efff9452
commit
9ba1224867
307 changed files with 11053 additions and 0 deletions
8
db/fixtures/test/001_repo.rb
Normal file
8
db/fixtures/test/001_repo.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Clone repo
|
||||
`cp spec/seed_project.tar.gz /tmp/`
|
||||
Dir.chdir("/tmp")
|
||||
`tar -xf seed_project.tar.gz`
|
||||
3.times do |i|
|
||||
`cp -r /tmp/legit/ /tmp/legit_#{i}/`
|
||||
puts "Unpacked seed repo - /tmp/legit_#{i}"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue