update gems and fix tests

This commit is contained in:
Torsten Ruger
2016-12-06 12:08:18 +02:00
parent 4b05b48197
commit 5ac14ddccc
17 changed files with 52 additions and 79 deletions

View File

@ -54,7 +54,6 @@ module Register
space_dict = object_with_type Parfait::Dictionary
space_dict.keys = object_with_type Parfait::List
space_dict.values = object_with_type Parfait::List
@space = object_with_type Parfait::Space
@space.classes = space_dict
Parfait::Space.set_object_space @space

View File

@ -38,7 +38,6 @@ module Parfait
end
end
@@object_space = nil
# Make the object space globally available
def self.object_space
@@object_space