style(e2e tests): shorten jquery/jqlite describe

This commit is contained in:
Igor Minar 2011-08-31 22:59:47 -07:00
parent 825cbadf80
commit ff2cb86d5d

View file

@ -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('});');