redding / assert

Assertion style testing framework.
https://github.com/redding/assert
MIT License
10 stars 1 forks source link

updated Runner handling to configure runner instances #109

Closed kellyredding closed 11 years ago

kellyredding commented 11 years ago

You now configure a Runner instance. There are a couple reasons for this.

One, the user may need to do custom Runner initialization and its easier to let them do it and config Assert with an instance. It's never good to be creating instances of things on behalf of the users.

Two, this is more consistant with how you configure a View or a Suite - you just pass an instance.

@jcredding ready for review

kellyredding commented 11 years ago

@jcredding this is really just for the lastest commit Once we merge #106, I'll rebase and the diff will be nice and clean. Heads up.

kellyredding commented 11 years ago

@jcredding ok this has been rebased and can be reviewed cleanly.

jcredding commented 11 years ago

@kellyredding - Looks good. :boom: