Skip to content

Instantly share code, notes, and snippets.

@ryanto
Created October 15, 2014 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanto/5cdf4ce86b2fb6323d40 to your computer and use it in GitHub Desktop.
Save ryanto/5cdf4ce86b2fb6323d40 to your computer and use it in GitHub Desktop.
import { test, moduleFor } from 'ember-qunit';
moduleFor('route:application', 'ApplicationRoute', {
// Specify the other units that are required for this test.
// needs: ['controller:foo']
});
test('it exists', function() {
var route = this.subject();
ok(route);
});
not ok 178 PhantomJS 1.9 - ApplicationRoute: it exists
---
actual: >
null
message: >
Setup failed on it exists: Attempting to register an unknown factory: `route:application`
Log: >
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment