Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 441 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 441 Bytes

CodeOfSpec20Book

This repository contain example code of Spec2 framework, and is a companion of the book Build appication with Spec2, describing in detail the Pharo framework to build user interface.

To load it:

Metacello new
    baseline: 'CodeOfSpec20Book';
    repository: 'github://SquareBracketAssociates/CodeOfSpec20Book/src';
    load