From 76a788561fef4c96163795abaa771fd314f246aa Mon Sep 17 00:00:00 2001 From: plondon Date: Tue, 2 Aug 2016 16:31:59 -0400 Subject: [PATCH] fix(Test): remove unused landing test --- tests/controllers/landing_ctrl_spec.coffee | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/controllers/landing_ctrl_spec.coffee b/tests/controllers/landing_ctrl_spec.coffee index faecb11a65..c16dcf4055 100644 --- a/tests/controllers/landing_ctrl_spec.coffee +++ b/tests/controllers/landing_ctrl_spec.coffee @@ -14,14 +14,6 @@ describe "LandingCtrl", -> return - it "should scroll", -> - document.getElementById = () -> {} - spyOn(scope, 'scrollTo').and.callThrough() - spyOn(scope, 'easeInOut').and.callThrough() - scope.scroll() - expect(scope.scrollTo).toHaveBeenCalled() - expect(scope.easeInOut).toHaveBeenCalled() - describe "signup", -> it "should navigate to public.signup", inject(($state) ->