redding / assert

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

user option for controlling views #22

Closed kellyredding closed 13 years ago

kellyredding commented 13 years ago

defaults to Terminal if now opt

jcredding commented 13 years ago

Watch out with this and the options test. If you change the Terminal options, then the default test fails. I implemented a simple on/off mechanism for allowing this to pass, but it may not be the best way to handle this. We can discuss whenever.

kellyredding commented 13 years ago

override Assert.view by doing:

""" requiire 'my_new_view' Assert.view = MyNewView.new """