fix all tests to use space.main

This commit is contained in:
Torsten Ruger
2015-11-30 16:20:39 +02:00
parent afe16868b5
commit c7d1f9ec99
22 changed files with 53 additions and 58 deletions

View File

@ -20,11 +20,6 @@ module Register
check
end
def test_call_self_main
@string_input = 'self.main()'
check
end
def test_call_main_string
@string_input = 'main("1")'
check