WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

pharo-spec/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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 56