decide.nolog.cz/tests/unit/controllers/error-test.js
jelhan 398453c1e4 do encryption / decryption in serializer
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
2015-08-19 22:00:01 +02:00

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);
});