fixing docs scenario runner template

This commit is contained in:
Igor Minar 2010-11-03 12:55:17 -07:00
parent ee5e881b9e
commit bbb19a4d16

View file

@ -1,7 +1,7 @@
{{#all}} {{#all}}
describe('{{name}}', function(){ describe('{{name}}', function(){
beforeEach(function(){ beforeEach(function(){
navigateTo('index.html#{{name}}'); browser().navigateTo('index.html#{{name}}');
}); });
// {{raw.file}}:{{raw.line}} // {{raw.file}}:{{raw.line}}
{{{scenario}}} {{{scenario}}}