Brown Shoes commit b8093acf791a143ac0a849953255be78c7c43b13
- From:
- Peter Fitzgibbons
- Date:
- 2012-01-19 @ 19:26
commit b8093acf791a143ac0a849953255be78c7c43b13
Author: pfitzgibbons <peter.fitzgibbons@gmail.com>
Date: Thu Jan 19 13:25:07 2012 -0600
Refactor Framework System
Shoes now depends upon one of Shoes Gui Plugins :
WhiteShoes - The "null adapter", this plugin contains the minimum
strucutre to pass the basic requirements of a plugin.
SwtShoes - Gui based upon Eclipse SWT Java lib.
SwingShoes - Gui based upon Java Swing.
Specs for WhiteShoes include some expectations that should be set upon
every Gui implementation.
These are held in ./spec/white_shoes/shared_examples.
There will be one shared-example for each Shoes::<class>