aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs-scenario.js
blob: f0c6edb9b91fbae26302b39632732915333ceec9 (plain)
1
2
3
4
5
6
7
8
9
{{#all}}
describe('{{name}}', function(){
  beforeEach(function(){
    navigateTo('index.html#{{name}}');
  });
  // {{raw.file}}:{{raw.line}}
{{{scenario}}}
});
{{/all}}