I'm in the process of grokking Ember after the 1.0 release, and thought was going well at it until I tried following this tutorial on integration testing. It's well written and pretty didactic, but I've been stuck debugging the setup test for a few days already :/ Noob pains...
This gist shows the test and the error on qunit. I'm following the setup from the tute, and which I have seen elsewhere.
On IRC somebody pointed out this tute uses R5, not the latest 1.0 release. He didn't know whether ember-testing had changed since then, but this is a possible culprit.
Any ideas on what I could be doing wrong? It's gotta be something stupid, I'm aware :)
(using Ember with Rails 4)
Update
Márcio's fiddle let me play around adding and removing stuff until I replicated the error. Turns out I didn't have any templates setup, and the test didn't like that, though the application loaded with no errors, and the ember inspector saw routes etc.
I got this working following the tutorial:
Javascript:
Templates:
Here is fiddle with this working http://jsfiddle.net/marciojunior/GveWH/