aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2018-08-03 15:07:59 +0530
committerTakamune Cho <tc012c@att.com>2018-08-03 20:54:15 +0000
commit4030adff61d1687f72cc350ebae70ab67fbdd89f (patch)
treed00c99a859b162f0f17386a73fd72152574b350e
parent723ad1eb89bbe0c7e24ff8cd9c1a82a54b4584e5 (diff)
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>
-rw-r--r--src/app/vnfs/GCAuthGuard/gcauth.guard.spec.ts2
1 files changed, 1 insertions, 1 deletions
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')
};