diff --git a/js/book.controller.spec.js b/js/book.controller.spec.js index d1c3ad5..08eb8a1 100644 --- a/js/book.controller.spec.js +++ b/js/book.controller.spec.js @@ -14,6 +14,9 @@ describe('Book controller', function() { it('has a dummy spec to test 3 + 2', function() { expect(3+2).toEqual(5); }); + it('has a dummy spec to test 3 + 3', function() { + expect(3+3).toEqual(12); + }); describe('$scope.name', function() { it('names the controller', function() {