From 8ee497f969c406a25b1d002c1972ed4825687212 Mon Sep 17 00:00:00 2001 From: Julie Ralph Date: Thu, 17 Jul 2014 11:58:39 -0700 Subject: [PATCH] docs(frameworks): rename for consistency --- docs/frameworks.md | 4 ++-- docs/toc.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/frameworks.md b/docs/frameworks.md index 38c46c5a1..e3f1c1a4b 100644 --- a/docs/frameworks.md +++ b/docs/frameworks.md @@ -1,5 +1,5 @@ -Test Frameworks -=============== +Choosing a Framework +==================== Protractor supports three behavior driven development (BDD) test frameworks: Jasmine, Mocha, and Cucumber. These frameworks are based on JavaScript and Node.js and provide the syntax, scaffolding, and reporting tools you will use to write and manage your tests. diff --git a/docs/toc.md b/docs/toc.md index dae7b6b99..1637d75f9 100644 --- a/docs/toc.md +++ b/docs/toc.md @@ -6,7 +6,7 @@ Quick Start Protractor Setup - [Getting Installed](/docs/install.md) - - [Test Frameworks](/docs/frameworks.md) + - [Choosing a Framework](/docs/frameworks.md) - [Setting Up Your Browser](/docs/browser-setup.md) Protractor Tests