chore(protractor-generator): add dgeni processor for protractor

This commit is contained in:
Julie
2014-02-12 22:47:42 +00:00
committed by Peter Bacon Darwin
parent 0f77bd6d0a
commit cd508678cd
4 changed files with 54 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
describe("{$ doc.description $}", function() {
beforeEach(function() {
browser.get("{$ doc.pathPrefix $}/{$ doc.examplePath $}");
});
{$ doc.innerTest $}
});