This repository contains example code for the Spec 2.0 framework and is a companion for the book Application Building with Spec 2.0, describing in detail the Pharo framework to build user interfaces.
To load it:
Metacello new
baseline: 'CodeOfSpec20Book';
repository: 'github://SquareBracketAssociates/CodeOfSpec20Book:master/src';
load