git clone
this repositorynpm install
bower install
Tests are written in Mocha using the BDD approach described in Charles Lowell's Mocha is Born for BDD talk.
Note that it is intentional that this addon's tests do not use the included reporter. While it would be great for this addon to be "self-hosting," it would also compromise the validity of the test output.
ember test
ember test --server
npm test
(Runsember try:testall
to test the addon against multiple Ember versions)
For more information on using ember-cli, visit http://www.ember-cli.com/.