Remove only block on karma test

This commit is contained in:
Blade Barringer
2015-04-11 00:01:39 -05:00
parent 5f8477ff10
commit f7d30dbc86
+1 -1
View File
@@ -1,6 +1,6 @@
'use strict';
describe.only('Hall of Heroes Controller', function() {
describe('Hall of Heroes Controller', function() {
var scope, ctrl, user, $rootScope;
beforeEach(function() {