redding / assert

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

removing the Options class and all usage #116

Closed kellyredding closed 11 years ago

kellyredding commented 11 years ago

This class in hindsight is unnecessary and, while well-meaning, just doesn't seem to fit well anymore. I've replaced it with an option class method on views that accomplishes the same effect with much less code.

The net result is that you specify view options the same way, except that where before you did view.options.pass_abbrev 'P' you now do view.pass_abbrev 'P'.

Closes #115.

@jcredding FYI. Gonna merge and press on. Open an issue with any concerns.