Happy !
ObjectProfile / Spy2
About Spy2
SHOULD NOT BE UPDATED. The official website of spy2 is: https://github.com/ObjectProfile/Spy2
To load Spy, you need to do:
Metacello new baseline: 'Spy2'; repository: 'github://ObjectProfile/Spy2/src'; load.
Below is obsolete:
Load it using Gofer and the ConfigurationOf:
Gofer it
smalltalkhubUser: 'ObjectProfile' project: 'Spy2';
configurationOf: 'Spy2';
loadStable.
ConfigurationOf groups:
-- Core: Load just the functional part of Spy2
-- Tests: Load the Core + the tests of Spy2
-- HapaoCore: Load the Core + the core of Hapao
(ConfigurationOfSpy2 project version: #stable) load: 'Tests'
Of course you can load everything by using the default or the ALL group.
