Add animated loading graphic

This commit is contained in:
2017-02-05 11:43:36 +08:00
parent 2002f2feba
commit 1d9f510bb4
7 changed files with 68 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
import { moduleFor, test } from 'ember-qunit';
moduleFor('route:spinner', 'Unit | Route | spinner', {
// Specify the other units that are required for this test.
// needs: ['controller:foo']
});
test('it exists', function(assert) {
let route = this.subject();
assert.ok(route);
});