diff --git a/test/spec/controllers/authCtrlSpec.js b/test/spec/controllers/authCtrlSpec.js index 86090758a7..b1f87d4d91 100644 --- a/test/spec/controllers/authCtrlSpec.js +++ b/test/spec/controllers/authCtrlSpec.js @@ -41,7 +41,7 @@ describe('Auth Controller', function() { }); }); - describe.only('#clearLocalStorage', function () { + describe('#clearLocalStorage', function () { var timer; beforeEach(function () {