open-consul/ui-v2/tests/unit/services/repository/acl-test.js
John Cowen 0acc5a5c4f
ui: Brings the new ACLs into line with the new repo folder structure (#4857)
This PR updates the folder structure and naming of the new ACLs, the same as #4694 .
2018-10-26 18:40:51 +01:00

13 lines
338 B
JavaScript

import { moduleFor, test } from 'ember-qunit';
moduleFor('service:repository/acl', 'Unit | Service | acl', {
// Specify the other units that are required for this test.
// needs: ['service:foo']
});
// Replace this with your real tests.
test('it exists', function(assert) {
let service = this.subject();
assert.ok(service);
});