From: Arundathi Patil Date: Fri, 3 Aug 2018 09:37:59 +0000 (+0530) Subject: gcauth-guard service - removed fdescribe X-Git-Tag: 1.4.0~64 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F58903%2F2;p=appc%2Fcdt.git 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 --- 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') };