Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jecisc/moosespec
A set of Spec tools for Moose
https://github.com/jecisc/moosespec
Last synced: 21 days ago
JSON representation
A set of Spec tools for Moose
- Host: GitHub
- URL: https://github.com/jecisc/moosespec
- Owner: jecisc
- License: mit
- Created: 2018-11-27T09:57:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T13:33:01.000Z (over 5 years ago)
- Last Synced: 2024-10-31T06:23:50.306Z (2 months ago)
- Language: Smalltalk
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MooseSpec
## Description
A set of Spec tools for Moose.
## Installation
To install MooseSpec on your Pharo image you can just execute the following script:
```Smalltalk
Metacello new
githubUser: 'jecisc' project: 'MooseSpec' commitish: 'v1.x.x' path: 'src';
baseline: 'MooseSpec';
load
```To add MooseSpec to your baseline just add this:
```Smalltalk
spec
baseline: 'MooseSpec'
with: [ spec repository: 'github://jecisc/MooseSpec:v1.x.x/src' ]
```Note that you can replace the #v1.x.x by a branch as #master or #development or a tag as #v1.0.0, #v1.? or #v1.2.x.