summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/ripper/test_parser_events.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ripper/test_parser_events.rb b/test/ripper/test_parser_events.rb
index 834ecec58a..8a7782820b 100644
--- a/test/ripper/test_parser_events.rb
+++ b/test/ripper/test_parser_events.rb
@@ -513,7 +513,7 @@ class TestRipper::ParserEvents < Test::Unit::TestCase
end
end
- parser = DummyParser.new("a::b").extend(hook)
+ parser = TestRipper::DummyParser.new("a::b").extend(hook)
assert_equal '[call(vcall((ident: "a")),(method: (op: "::")),(ident: "b"))]', parser.parse.to_s
end