blob: 819bfe70c0c1427a941c08abf189198f0c0f920c [file] [log] [blame]
describe('ExternalUrlModalService', function() {
beforeEach(angular.mock.module(require('./').name))
it('should ...', inject(function() {
//expect(FatalMessageService.doSomething()).toEqual('something');
}))
})