fix tests for NameExpression split

also necessitates giving method name without the wrapping expression
which is simpler anyway
This commit is contained in:
Torsten Ruger
2017-01-16 09:34:47 +02:00
parent 5f7ea08a43
commit 8dbbffd58e
19 changed files with 71 additions and 93 deletions

View File

@ -29,7 +29,7 @@ module Register
check
end
def test_self
@input = s(:name, :self)
@input = s(:known, :self)
check
end
def test_string