update gems and fix tests
This commit is contained in:
@ -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
|
||||
|
@ -38,7 +38,6 @@ module Parfait
|
||||
end
|
||||
end
|
||||
|
||||
@@object_space = nil
|
||||
# Make the object space globally available
|
||||
def self.object_space
|
||||
@@object_space
|
||||
|
Reference in New Issue
Block a user