summaryrefslogtreecommitdiff
path: root/test/ripper
diff options
context:
space:
mode:
Diffstat (limited to 'test/ripper')
-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 072a52d86f..5bc09c3cb6 100644
--- a/test/ripper/test_files.rb
+++ b/test/ripper/test_files.rb
@@ -16,7 +16,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 # testing all files needs too long time...
+ TEST_RATIO = 0.05 # testing all files needs too long time...
def capture_stderr
err = StringIO.new