redding / assert

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

default view from assert-view #89

Closed kellyredding closed 12 years ago

kellyredding commented 12 years ago

Moving the default view and common view handlers and helpers into the main assert repository. Consolidating here and will be deprecating assert-view. Going to rethink custom view handling and allow for third party view gems to be 'plugged in', most likely via user ~/.assert/options.rb settings.

kellyredding commented 12 years ago

@jcredding - I've pulled in the DefaultView from assert-view. I went ahead and cleaned up some common logic and the engine/API for rendering templated views.

Look over and comment for me. If it looks good to you, I'll merge and begin working on a system for 'plugging in' custom 3rd party views.

jcredding commented 12 years ago

@kellyredding Looks good to me. Nicely done.