summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-10-28 13:25:05 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-10-28 13:25:05 +0000
commit27295f104a348d914815566f08bf9a57f72cf77c (patch)
tree1284e805f4e3dcb7f3fcb90d4c4aa3e4e5a58e15
parent769fcd704800aa37380e711559c04e366afcc7ef (diff)
add a comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--test/ripper/test_files.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ripper/test_files.rb b/test/ripper/test_files.rb
index 9aa45221dd..695cc149c9 100644
--- a/test/ripper/test_files.rb
+++ b/test/ripper/test_files.rb
@@ -15,7 +15,7 @@ class TestRipper::Generic < Test::Unit::TestCase
SCANNER_EVENTS.each {|n| eval "def on_#{n}(*args) r = [:#{n}, *args]; r.inspect; Object.new end" }
end
- TEST_RATIO = 0.05
+ TEST_RATIO = 0.05 # testing all files needs too long time...
def test_parse_files
Find.find("#{SRCDIR}/lib", "#{SRCDIR}/ext", "#{SRCDIR}/sample", "#{SRCDIR}/test") {|n|