From d0e6dbe103099aae91007483c5f41d4f039628fe Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sat, 26 Dec 2015 19:04:14 -0600 Subject: [PATCH] fix: Remove only call from tests --- test/spec/controllers/authCtrlSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {