testing ember.js apps with jasmine -
does know of resources, examples or tutorials testing ember.js apps ?
how test views ?
there not seem extensive examples / information on this.
i can't propose example how can achieve that, have found project extensively uses jasmine test: should take @ ember-resource project on github. uses jasmine tests, located in spec/javascripts.
the project has rakefile
, corresponding tasks let execute specs in convenient way.
there blog post testing ember.js jasmine: http://www.thesoftwaresimpleton.com/blog/2012/04/03/testing-ember-and-the-runloop/
Comments
Post a Comment