Skip to content

Commit

Permalink
Remove call to 'puts' for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski committed Nov 15, 2011
1 parent a3fa2f9 commit 536ddd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/spec_helper.rb
@@ -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}`

Expand Down

0 comments on commit 536ddd4

Please sign in to comment.