Added TestRipper namespace to test_call_colon2
This commit is contained in:
parent
1925c6d555
commit
7149543f24
@ -513,7 +513,7 @@ class TestRipper::ParserEvents < Test::Unit::TestCase
|
|||||||
end
|
end
|
||||||
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
|
assert_equal '[call(vcall((ident: "a")),(method: (op: "::")),(ident: "b"))]', parser.parse.to_s
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user