mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Removed empty (and failing) config service unit test
This commit is contained in:
parent
43b6f7add2
commit
1e36955ea4
@ -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;
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue
Block a user