001_repo.rb 198 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 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