describe('Karma setup check', function() {
it('has a dummy spec to check if included files are there', function() {
// console.log(Ext.create('NgcpCsc.model.Call'));
expect(null).to.be.a('null');
});