Created
October 15, 2014 00:33
-
-
Save ryanto/5cdf4ce86b2fb6323d40 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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