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 <arundpil@in.ibm.com>
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 {MappingEditorService} from '../../shared/services/mapping-editor.service';
 import { promise } from 'protractor';
 
-fdescribe('LogginGuard', () => {
+describe('LogginGuard', () => {
     let routerMock = {
         navigate: jasmine.createSpy('navigate')
     };