App.ApplicationController = Ember.Controller.extend({
maxValue: 50,
currentValue: 75,
actions: {
completed: function() {
//yeah the progress bar hit 100
}
}
});
After cloning this repo, install dependencies:
$ npm install
$ bower install
Fire up the grunt watcher:
$ grunt
Then in a different tab run your tests with testem:
$ testem