redding / assert

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

remove the `ansi` gem as a dependency #225

Closed kellyredding closed 9 years ago

kellyredding commented 9 years ago

The goal here is to make assert have no dependencies (your test framework shouldn't add a bunch of dependencies to your app). In addition assert only needs a fraction of the abilities ansi provided.

This reworks the ansi style code handling to not require the ansi gem and to only implement the specific api needed by assert.

@jcredding ready for review.

jcredding commented 9 years ago

@kellyredding - Good stuff :boom: