change settings tab name

This commit is contained in:
Matias Alejo Garcia 2014-07-08 10:48:56 -03:00
commit 360ccd724d
3 changed files with 3 additions and 5 deletions

View file

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