removed old code for portal
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / _helpers / auth.guard.spec.ts
diff --git a/blueprints/common/eliot-ui/frontend-src/src/app/_helpers/auth.guard.spec.ts b/blueprints/common/eliot-ui/frontend-src/src/app/_helpers/auth.guard.spec.ts
deleted file mode 100644 (file)
index 7ed05ee..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-import { TestBed, async, inject } from '@angular/core/testing';
-
-import { AuthGuard } from './auth.guard';
-
-describe('AuthGuard', () => {
-  beforeEach(() => {
-    TestBed.configureTestingModule({
-      providers: [AuthGuard]
-    });
-  });
-
-  it('should ...', inject([AuthGuard], (guard: AuthGuard) => {
-    expect(guard).toBeTruthy();
-  }));
-});