testing ember.js apps with jasmine
问题 Does anyone know of any resources, examples or tutorials about testing ember.js apps ? How do you test views ? There does not seem to be any extensive examples / information on this. 回答1: I can't propose an example how you can achieve that, but I have found a project which extensively uses Jasmine for their test: you should take a look at the ember-resource project on GitHub. It uses Jasmine for their tests, which are located in spec/javascripts. The project also has a Rakefile and