This commit is contained in:
Manuel Araoz 2014-07-03 10:51:27 -03:00
commit 30a259aeb8

View file

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