Remove call to 'puts' for debugging.

This commit is contained in:
Tom Milewski 2011-11-15 17:14:29 -05:00
parent a3fa2f9bac
commit 536ddd4b95
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
# Create Rails environment based on the version given from Appraisal
TESTAPP_ROOT = File.join(File.dirname(__FILE__), '..', 'tmp', 'aruba', 'testapp')
puts TESTAPP_ROOT
FileUtils.rm_rf(TESTAPP_ROOT) if File.exists?(TESTAPP_ROOT)
`rails new #{TESTAPP_ROOT}`