Skip to content
/ Spec Public
forked from pharo-spec/Spec

Spec is a framework in Pharo for describing user interfaces.

License

Notifications You must be signed in to change notification settings

carolahp/Spec

 
 

Repository files navigation

Spec

Spec is a framework in Pharo for describing user interfaces.

Spec-Pharo-Integration
Spec-dev

Install Spec

Spec is included in any regular Pharo image.
It is possible to load the latest version executing following script:

    Metacello new
        repository: 'github://pharo-spec/Spec';
        baseline: 'Spec2';
        onConflict: [ :e | e useIncoming ];
        onUpgrade: [ :e | e useIncoming ];
        ignoreImage;
        load

About

Spec is a framework in Pharo for describing user interfaces.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smalltalk 100.0%