From 4030adff61d1687f72cc350ebae70ab67fbdd89f Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Fri, 3 Aug 2018 15:07:59 +0530 Subject: gcauth-guard service - removed fdescribe Removed fdescribe from gcauth-guard spec file which was accidentally checkdin in the previous change. Issue-ID: APPC-1064 Change-Id: Iaefd0d3ed9d7909b0fb55b16a19070227ae6b86b Signed-off-by: Arundathi Patil --- src/app/vnfs/GCAuthGuard/gcauth.guard.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/vnfs/GCAuthGuard/gcauth.guard.spec.ts b/src/app/vnfs/GCAuthGuard/gcauth.guard.spec.ts index 11b3902..dc1d253 100644 --- a/src/app/vnfs/GCAuthGuard/gcauth.guard.spec.ts +++ b/src/app/vnfs/GCAuthGuard/gcauth.guard.spec.ts @@ -32,7 +32,7 @@ import { GCAuthGuardService } from './gcauth-guard.service'; import {MappingEditorService} from '../../shared/services/mapping-editor.service'; import { promise } from 'protractor'; -fdescribe('LogginGuard', () => { +describe('LogginGuard', () => { let routerMock = { navigate: jasmine.createSpy('navigate') }; -- cgit 1.2.3-korg