fix name expression and test

plus various cleaning and rename off call_site
This commit is contained in:
Torsten Ruger
2015-05-08 14:34:46 +03:00
parent 2fde50c27a
commit 6f2affaf36
5 changed files with 31 additions and 33 deletions

View File

@ -25,10 +25,9 @@ class TestBasic < MiniTest::Test
check
end
def pest_name
#TODO
def test_name
@string_input = 'foo '
@output = "---RETURN_MARKER- !ruby/object:Virtual::ReturnRETURN_MARKER name: :returnRETURN_MARKER type: !ruby/class 'Virtual::Mystery'RETURN_MARKER"
@output = "-Virtual::Return(:index => 5, :type => Virtual::Mystery)"
check
end