redding / assert

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

remove Options class #115

Closed kellyredding closed 11 years ago

kellyredding commented 11 years ago

I think only the default view and view options are using this now. Need to go through and solve this a different way. Maybe actually define the options? It'd be great to not have to deal with this. Maybe an open struct on the main assert config? Or something?