This commit is contained in:
Manuel Araoz 2014-07-03 10:51:27 -03:00
parent 302d5448a6
commit 30a259aeb8
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ describe("Unit: Controllers", function() {
}));
it('Should have a Backup controller', function() {
expect(scope.title).equal('Backup');
expect(scope.title).equal('Settings');
});
it('Backup controller #download', function() {