Closed astares closed 1 year ago
Correct way to fix this is to have the missing method implemented in Spec2:
asToolbarPresenter
^ SpToolbarPresenterBuilder new
visit: self;
toolbarPresenter
Opened an issue for Spec2: https://github.com/pharo-spec/Spec/issues/1316
Correct way to fix this is to have the missing method implemented in Spec2:
asToolbarPresenter ^ SpToolbarPresenterBuilder new visit: self; toolbarPresenter
I can confirm that this works fine !
I implemented it inline, not adding the asToolbarPresenter method.
Easy but bad workaround: change #asToolbarPresenter into #asMenuBarPresenter
will give you: