Spec provides today a new missing feature: a menu toolbar.
As recently suggested in the mailing list, a menu toolbar is often a requirement to build an application.
In order to provide an easy way to add a menu toolbar, Spec reuse **MenuModel** to generate the toolbar entries.
So now, a **MenuModel** can be used in two cases: to define a toolbar, or to define a contextual menu.
An example can be opened via
ApplicationWithToolbar new openWithSpec
Ben