gcauth-guard service - removed fdescribe 03/58903/2
authorArundathi Patil <arundpil@in.ibm.com>
Fri, 3 Aug 2018 09:37:59 +0000 (15:07 +0530)
committerTakamune Cho <tc012c@att.com>
Fri, 3 Aug 2018 20:54:15 +0000 (20:54 +0000)
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 <arundpil@in.ibm.com>
src/app/vnfs/GCAuthGuard/gcauth.guard.spec.ts

index 11b3902..dc1d253 100644 (file)
@@ -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')
     };