# File lib/spring/test/application_generator.rb, line 129 def copy_to(path) system("rm -rf #{path}") system("cp -r #{application.root} #{path}") end