def test_iofile_from_string_reusable():
some_file = IOFile.from_string("test")
some_file.get_file().read()
assert_equal(some_file.get_file().read(), "test")
def test_iofile_from_string_reusable():
some_file = IOFile.from_string("test")
some_file.get_file().read()
assert_equal(some_file.get_file().read(), "test")