Cleaned up Flakes import & init.

This commit is contained in:
Matthew Dillon 2015-03-18 13:49:36 -08:00
parent 82c3bd9e38
commit 1d1bbd6706
9 changed files with 49 additions and 11 deletions

View file

@ -0,0 +1,12 @@
import {
moduleFor,
test
} from 'ember-qunit';
moduleFor('view:application');
// Replace this with your real tests.
test('it exists', function(assert) {
var view = this.subject();
assert.ok(view);
});