redding / assert

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

remove `fire` method on the base view #234

Closed kellyredding closed 9 years ago

kellyredding commented 9 years ago

Remove the ceremony of going through a custom dispatch method. Just call the methods directly. There was nothing wrong with the previous implementation, I'm just trying to simplify things. This also updates the callbacks comment to make it more accurate.

This is prep for adding a similar callback setup for the suite and the runner.

@jcredding ready for review.

jcredding commented 9 years ago

@kellyredding - Good by me :boom: