Skip to content

Instantly share code, notes, and snippets.

@ryanto
Created November 4, 2015 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanto/662777e3b3773a263d6a to your computer and use it in GitHub Desktop.
Save ryanto/662777e3b3773a263d6a to your computer and use it in GitHub Desktop.

Ember.JS Testing

From Sam...

Unit

No collaborators loaded. Only use if you’re testing single object.

Integration

The Ember container is loaded, so you can access collaborators. Useul for testing multiple objects and/or arbirtrary htmlbars snippets.

Acceptance

Container is loaded and the Ember app is booted. Use for blackbox user testing

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