moving torwards fixing tests

This commit is contained in:
Manuel Araoz 2014-08-11 19:29:44 -04:00
commit 10bd5ba6bf
2 changed files with 5 additions and 4 deletions

View file

@ -153,6 +153,7 @@ describe("Unit: Controllers", function() {
scope.$digest();
form = scope.form;
sendForm = scope.form2;
scope.sendForm = sendForm;
}));
it('should have a SendController controller', function() {