redding / assert

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

make the main `Config` a non-Singleton #154

Closed kellyredding closed 10 years ago

kellyredding commented 10 years ago

Its crappy to test some of its behavior (like default values, settings, etc) b/c its a singleton. Make it reg obj and have Assert.config just build/return and instance. Map old-style syntax.