Files
angular.js/docs/config/templates/protractorTests.template.js
2014-02-16 19:03:45 +00:00

7 lines
166 B
JavaScript

describe("{$ doc.description $}", function() {
beforeEach(function() {
browser.get("{$ doc.pathPrefix $}/{$ doc.examplePath $}");
});
{$ doc.innerTest $}
});