chore(docs): ensure all docs e2e tests are run

This commit is contained in:
Peter Bacon Darwin
2014-09-15 14:55:18 +01:00
parent ea94e63e35
commit fb7e05cc38
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ var config = require('./protractor-shared-conf').config;
config.specs = [
'build/docs/ptore2e/**/*.js',
'docs/app/e2e/*.scenario.js'
'docs/app/e2e/**/*.scenario.js'
];
config.capabilities = {