redding / assert

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

moved test file loading into the `Assert.init` method #113

Closed kellyredding closed 11 years ago

kellyredding commented 11 years ago

Realized its probably better to let the init method control all init behavior, including loading test files and firing view events. This really isn't the business of the AssertRunner and before the init behavior was divided.

This also updates the signature of the init method to take an options hash. This is for future behavior expansion.

@jcredding ready for review-age.

jcredding commented 11 years ago

@kellyredding - Makes sense. I like keeping the init logic together. :boom: