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) ->