Skip to content

Instantly share code, notes, and snippets.

@lukelex
Created February 18, 2014 19:23
Show Gist options
  • Save lukelex/9078013 to your computer and use it in GitHub Desktop.
Save lukelex/9078013 to your computer and use it in GitHub Desktop.
Unit Acceptance tests with Seeren

#Unit Acceptance tests with Seeren

The way we build and structure our Views are fundamentally wrong. Views should be composed of multiple interdependent pieces, or components if you will, that when assembled together will work as expected.

Seeren was built to support the creation process behind this idea. Where you should develop and test your view's look & feel, behavior and assertiveness, as units and later on put them together as whole.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment