Skip to content

moosetechnology/KGBTestResources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KGBTestResources

I am a test resource used to test Moose smalltalk models

Description

Test resources for the Famix project.

Installation

To install KGBTestResources on your Pharo image you can just execute the following script:

    Metacello new
    	githubUser: 'moosetechnology' project: 'KGBTestResources' commitish: 'v1.x.x' path: 'src';
    	baseline: 'KGBTestResources';
    	load

To add KGBTestResources to your baseline just add this:

    spec
    	baseline: 'KGBTestResources'
    	with: [ spec repository: 'github://moosetechnology/KGBTestResources: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.

About

I am a test resource used to test Moose smalltalk models

Resources

License

Stars

Watchers

Forks

Packages

No packages published