Removed empty (and failing) config service unit test

This commit is contained in:
Kevin Ansfield 2019-02-26 12:24:53 +07:00
parent 43b6f7add2
commit 1e36955ea4

View File

@ -1,18 +0,0 @@
import {describe, it} from 'mocha';
import {expect} from 'chai';
import {setupTest} from 'ember-mocha';
describe('Unit: Service: config', function () {
setupTest('service:config', {
needs: [
'service:ajax',
'service:ghostPaths'
]
});
// Replace this with your real tests.
it('exists', function () {
let service = this.subject();
expect(service).to.be.ok;
});
});