Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ClotildeToullec authored Jul 5, 2019
1 parent b2f4de1 commit 35f6a68
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,16 @@ With this plugin installed, developers will save time and will develop in a bett
## Installation

The complete presentation is available [here](http://badetitou.github.io/research/smalltalk/2017/08/21/SmartTest/).

## Development version

Evaluate this code in a Playground to load the SmartTest development version:


```Smalltalk
Metacello new
baseline: #SmartTest;
githubUser: 'badetitou' project: 'SmartTest' commitish: 'development' path: '.';
onWarningLog;
load
```

0 comments on commit 35f6a68

Please sign in to comment.