398453c1e4
before it was done as computed properties of model accessing encryption key in serializer is done via global application var. this should be removed in long-term
12 lines
317 B
JavaScript
12 lines
317 B
JavaScript
import { moduleFor, test } from 'ember-qunit';
|
|
|
|
moduleFor('controller:error', {
|
|
// Specify the other units that are required for this test.
|
|
// needs: ['controller:foo']
|
|
});
|
|
|
|
// Replace this with your real tests.
|
|
test('it exists', function(assert) {
|
|
var controller = this.subject();
|
|
assert.ok(controller);
|
|
});
|