Removes test focus

This commit is contained in:
Clint Ryan
2017-03-24 23:45:56 +11:00
parent cc68abb67e
commit 6956f5345e

View File

@@ -1,6 +1,6 @@
'use strict';
describe.only('User Controller', function() {
describe('User Controller', function() {
var $rootScope, $window, User, shared, scope, ctrl, content;
beforeEach(function() {