Skip to content

Commit

Permalink
Merge with refs/remotes/origin/master
Browse files Browse the repository at this point in the history
  • Loading branch information
dionisiydk committed Jul 15, 2017
2 parents 5fdedf6 + 202e063 commit c21364a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .smalltalk.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#baseline : 'Mocketry',
#platforms : [ #pharo ]
}
]
}
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: smalltalk
sudo: false
os:
- linux
smalltalk:
- Pharo-6.0
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[![Build Status](https://travis-ci.org/dionisiydk/Mocketry.svg?branch=master)](https://travis-ci.org/dionisiydk/Mocketry)
# Mocketry

Mocketry is mock objects framework\. It provides simplest way to stub any message to any object and to verify any occurred behaviour


## Installation
```Smalltalk
Metacello new
baseline: 'Mocketry';
repository: 'github://dionisiydk/Mocketry';
load
```
## Create mocks easily
To create mock just use **\#new**
```Smalltalk
Expand Down

0 comments on commit c21364a

Please sign in to comment.