Hi!

What is the right usage of MooseModel in unit tests? I would like to write something like this:

--
testOpen
| mooseModel |
mooseModel := MooseModel root allModels anyOne.
(OverviewPyramid on: mooseModel) open.
--
But it is necessary to ensure there is an imported model.

Thanks,
Jura