pharo-spec / Spec

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

Return symbols from methods >>stonNames #1469

Closed carolahp closed 8 months ago

carolahp commented 8 months ago

This PR makes the methods stonName return symbols instead of strings.

This change is necessary to make Spec work when enabling the Strict Symbol Comparison setting. Check PR to learn about this setting.