fix: Remove only call from tests

This commit is contained in:
Blade Barringer
2015-12-26 19:04:14 -06:00
parent 5127068ca7
commit d0e6dbe103

View File

@@ -41,7 +41,7 @@ describe('Auth Controller', function() {
});
});
describe.only('#clearLocalStorage', function () {
describe('#clearLocalStorage', function () {
var timer;
beforeEach(function () {