From f87b5cf5aa5d31ec1314bd839e7c5fbadd140b1d Mon Sep 17 00:00:00 2001 From: Yuvraj Patil Date: Fri, 20 Mar 2015 12:27:57 +0530 Subject: [PATCH] docs(guide/Unit Testing): describe your change... Jasmine is "behavior-driven development framework" not the "test-driven development framework" --- docs/content/guide/unit-testing.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/unit-testing.ngdoc b/docs/content/guide/unit-testing.ngdoc index 6e3f2a205e94..8f811e3e87cd 100644 --- a/docs/content/guide/unit-testing.ngdoc +++ b/docs/content/guide/unit-testing.ngdoc @@ -62,7 +62,7 @@ are available on [the Karma website](http://karma-runner.github.io/0.12/intro/in ### Jasmine -[Jasmine](http://jasmine.github.io/1.3/introduction.html) is a test driven development framework for +[Jasmine](http://jasmine.github.io/1.3/introduction.html) is a behavior driven development framework for JavaScript that has become the most popular choice for testing Angular applications. Jasmine provides functions to help with structuring your tests and also making assertions. As your tests grow, keeping them well structured and documented is vital, and Jasmine helps achieve this.