one more basic test back online

This commit is contained in:
Torsten Ruger
2014-07-13 14:12:43 +03:00
parent dc6cb2bb52
commit ae21863245
3 changed files with 10 additions and 8 deletions

View File

@ -41,8 +41,7 @@ class TestBasic < MiniTest::Test
def test_module_name
@string_input = 'FooBar '
@parse_output = {:module_name=>"FooBar"}
@output = Ast::ModuleName.new("FooBar")
@output = [Boot::MetaClass.new(:FooBar)]
check
end