fix name expression and test
plus various cleaning and rename off call_site
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user