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