diff --git a/test/spec/hallCtrlSpec.js b/test/spec/hallCtrlSpec.js index dce34c838a..15367b5728 100644 --- a/test/spec/hallCtrlSpec.js +++ b/test/spec/hallCtrlSpec.js @@ -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() {