mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
9 lines
181 B
JavaScript
9 lines
181 B
JavaScript
{{#all}}
|
|
describe('{{name}}', function(){
|
|
beforeEach(function(){
|
|
browser().navigateTo('index.html#{{name}}');
|
|
});
|
|
// {{raw.file}}:{{raw.line}}
|
|
{{{scenario}}}
|
|
});
|
|
{{/all}}
|