aboutsummaryrefslogtreecommitdiffstats
path: root/test/rake/helper.rb
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-12 16:56:48 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-12 16:56:48 +0000
commit5caef67a6f19e5c03cc4684532d738e02a694015 (patch)
tree3028b8f201860495a38e149cb89a324869acd159 /test/rake/helper.rb
parentda6eec340eb13d0c50431a0661528a7fe300ffda (diff)
downloadruby-5caef67a6f19e5c03cc4684532d738e02a694015.tar.gz
* lib/rake: Update to Rake 0.9.2.2. Prevent pollution of toplevel
namespace by Commands. Remove unused variable and debugging statement in tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rake/helper.rb')
-rw-r--r--test/rake/helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/rake/helper.rb b/test/rake/helper.rb
index 636c31b266..65443fc111 100644
--- a/test/rake/helper.rb
+++ b/test/rake/helper.rb
@@ -282,7 +282,6 @@ end
task :prep => :clean do
mkdir_p 'src'
N.times do |n|
- puts "DBG: Touching src/foo#{n}"
touch "src/foo#{n}"
end
end