pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
61 stars 63 forks source link

newDefaultConfiguration is sent but not defined #1450

Closed Ducasse closed 8 months ago

Ducasse commented 12 months ago
ensureConfiguration

    configuration ifNotNil: [ ^ configuration ].
    self ensureBackend.
    configuration ifNil: [ configuration := backend newDefaultConfiguration ].

    ^ configuration