Drop nprogress

This commit is contained in:
Matthew Dillon 2015-06-08 14:12:36 -08:00
parent 1d8bda846d
commit cf44f33f39
7 changed files with 17 additions and 30 deletions

View file

@ -0,0 +1,11 @@
import { moduleFor, test } from 'ember-qunit';
moduleFor('route:loading', 'Unit | Route | loading', {
// Specify the other units that are required for this test.
// needs: ['controller:foo']
});
test('it exists', function(assert) {
var route = this.subject();
assert.ok(route);
});