mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 13:51:55 +00:00
removed user settings test- unused
This commit is contained in:
parent
574fc39ce9
commit
d0fa56e2bd
@ -1,19 +0,0 @@
|
||||
describe("UserSettingController", function() {
|
||||
var resourceCallback;
|
||||
beforeEach(function() {
|
||||
this.scope = {
|
||||
$broadcast: jasmine.createSpy("$scope.$broadcast(")
|
||||
};
|
||||
|
||||
this.resourceFactory = {userListResource: {
|
||||
getAllUsers: jasmine.createSpy('userResource.getAllUsers()').andCallFake(function(callback) {
|
||||
resourceCallback = callback;
|
||||
})
|
||||
}};
|
||||
|
||||
this.controller = new mifosX.controllers.UserListController(this.scope, this.resourceFactory);
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user