Remove only from test

This commit is contained in:
Blade Barringer
2015-09-13 16:24:46 -05:00
parent e554309822
commit 50b709045d

View File

@@ -1,6 +1,6 @@
'use strict';
describe.only('Footer Controller', function() {
describe('Footer Controller', function() {
var scope, user;
beforeEach(inject(function($rootScope, $controller) {
@@ -78,7 +78,7 @@ describe.only('Footer Controller', function() {
it('adds one level to user');
});
describe.only('#addBossQuestProgressUp', function() {
describe('#addBossQuestProgressUp', function() {
it('adds 1000 progress to quest.progress.up');
});
});