fixed last test

back in the green
This commit is contained in:
Torsten Ruger
2015-10-16 17:13:08 +03:00
parent a6712fc4f9
commit bd2bf612ac
8 changed files with 60 additions and 40 deletions

View File

@@ -3,6 +3,10 @@ require_relative "../helper"
class TestCompat < MiniTest::Test
def setup
Virtual.machine.boot unless Virtual.machine.booted
end
def test_list_create_from_array
array = [1,2,3]
list = Virtual.new_list(array)