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(0).toEqual(0);
});