mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
tests: Remove unnecessary describe closure in auth ctrl spec
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
describe('Auth Controller', function() {
|
describe('Auth Controller', function() {
|
||||||
|
|
||||||
describe('AuthCtrl', function(){
|
|
||||||
var scope, ctrl, user, $httpBackend, $window;
|
var scope, ctrl, user, $httpBackend, $window;
|
||||||
|
|
||||||
beforeEach(function(){
|
beforeEach(function(){
|
||||||
@@ -42,4 +40,3 @@ describe('Auth Controller', function() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
|
||||||
|
|||||||
Reference in New Issue
Block a user