aboutsummaryrefslogtreecommitdiffstats
path: root/test/ripper/test_files.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-08 01:01:04 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-08 01:01:04 +0000
commit1963713205b4421c06baa1fc198332f896c219a9 (patch)
treed3c6f96ee534f3cfb07710ae4c3ad1a06a5ab259 /test/ripper/test_files.rb
parent507f700dd446d6e20d4859308a67ab77a5821e53 (diff)
downloadruby-1963713205b4421c06baa1fc198332f896c219a9.tar.gz
* test/ripper/test_parser_events.rb: more tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ripper/test_files.rb')
-rw-r--r--test/ripper/test_files.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ripper/test_files.rb b/test/ripper/test_files.rb
index 42475ed2d8..9aa45221dd 100644
--- a/test/ripper/test_files.rb
+++ b/test/ripper/test_files.rb
@@ -3,10 +3,11 @@ begin
require 'find'
require 'test/unit'
ripper_test = true
+ module TestRipper; end
rescue LoadError
end
-class TestRipper_Generic < Test::Unit::TestCase
+class TestRipper::Generic < Test::Unit::TestCase
SRCDIR = File.dirname(File.dirname(File.dirname(File.expand_path(__FILE__))))
class Parser < Ripper