Closed StevenCostiou closed 3 weeks ago
StDebugPointCommand>>canBeExecuted returns true, just as the default CmCommand method. Should be cleaned.
StDebugPointCommand>>canBeExecuted
true
CmCommand
The release test testNoEquivalentSuperclassMethods should be updated accordingly.
testNoEquivalentSuperclassMethods
Fixed by https://github.com/pharo-spec/NewTools/pull/854 that still have to be integrated.
StDebugPointCommand>>canBeExecuted
returnstrue
, just as the defaultCmCommand
method. Should be cleaned.The release test
testNoEquivalentSuperclassMethods
should be updated accordingly.