2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-01 22:00:42 +00:00
John Cowen 7d89e519a2 UI: New ACLs ()
UI to accompany the new ACLs APIs
2018-10-19 08:45:05 -07:00

13 lines
389 B
JavaScript

import { moduleFor, test } from 'ember-qunit';
moduleFor('controller:dc/acls/tokens/create', 'Unit | Controller | dc/acls/tokens/create', {
// Specify the other units that are required for this test.
needs: ['service:dom', 'service:form'],
});
// Replace this with your real tests.
test('it exists', function(assert) {
let controller = this.subject();
assert.ok(controller);
});