From ff2cb86d5db4150cded494728b64095d05be4a71 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 31 Aug 2011 22:59:47 -0700 Subject: style(e2e tests): shorten jquery/jqlite describe --- docs/src/ngdoc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/src') diff --git a/docs/src/ngdoc.js b/docs/src/ngdoc.js index e47848d0..1045d39d 100644 --- a/docs/src/ngdoc.js +++ b/docs/src/ngdoc.js @@ -569,14 +569,14 @@ Doc.prototype = { function scenarios(docs){ var specs = []; - specs.push('describe("angular without jquery", function() {'); + specs.push('describe("angular+jqlite", function() {'); appendSpecs('index.html'); specs.push('});'); specs.push(''); specs.push(''); - specs.push('describe("angular with jquery", function() {'); + specs.push('describe("angular+jquery", function() {'); appendSpecs('index-jq.html'); specs.push('});'); -- cgit v1.2.3