Can I rewrite all spec examples from
� � � � self instantiateModels: #(
� � � � � � � � listModel ListComposableModel
� � � � � � � � methodModel MethodBrowser ).
to the more explicit form:
� � � � listModel �:= self instantiate: ListComposableModel.
� � � � methodModel := self instantiate: MethodBrowser.