removing unused test cases

This commit is contained in:
Vishwas Babu A J 2015-04-07 20:42:25 -07:00
parent 0a85a309e4
commit 1e25bba0b4

View File

@ -14,7 +14,7 @@ describe("UserSettingController", function () {
});
it("should populate the scope with available languages", function () {
/* it("should populate the scope with available languages", function () {
expect(this.scope.langs).not.toBeNull();
});
@ -27,6 +27,6 @@ describe("UserSettingController", function () {
this.scope.changeLang(this.scope.langs[1]);
expect(this.translate.uses).toHaveBeenCalledWith('fr');
expect(this.localStorageService.addToLocalStorage).toHaveBeenCalledWith('Language', {"name": "Français", "code": "fr"});
});
});*/
});