ENH: Simple collection details (#27)

This commit is contained in:
Matthew Ryan Dillon 2017-09-30 21:20:00 -07:00 committed by GitHub
parent 578b8daa32
commit 09a62cf165
14 changed files with 60 additions and 29 deletions

View file

@ -1,12 +0,0 @@
import { moduleFor, test } from 'ember-qunit';
moduleFor('controller:collections', 'Unit | Controller | collections', {
// Specify the other units that are required for this test.
// needs: ['controller:foo']
});
// Replace this with your real tests.
test('it exists', function(assert) {
let controller = this.subject();
assert.ok(controller);
});

View file

@ -1,10 +0,0 @@
import { moduleFor, test } from 'ember-qunit';
moduleFor('route:collections', 'Unit | Route | collections', {
unit: true,
});
test('it exists', function(assert) {
const route = this.subject();
assert.ok(route);
});