* Code reorginization * Imported 'nose' assertions * Forked django_nose and added to dependency links. This is necessary to get a few of the toys off the master branch while we wait for jbalogh to version bump.
0.6.0
-------------
* Created HaveTextAssertion * Created `visit` action for Splinter * Created `action` function to run methods on a splinter Browser * When 'page' is the subject, a splinter Browser is automatically spun up * Added zope.testbrowser to requirements * More tests
0.5.0
-------------
* Added RespondToAssertion * Added BeValidAssertion * Created `describe` decorator to provide test context * Made the Subject class dynamic depending on how it is referred to * Added additional integration tests to example * Test fixes * Move assertions to their own module * Documentation updates