Skip to content

Commit 37aa544

Browse files
author
Carlos Atencio
committed
Merge branch 'master' of github.com:atecarlos/protractor-http-mock
2 parents dfbc851 + 4801953 commit 37aa544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ We can also configure our root directory where the mocks and protractor configur
2626
onPrepare: function(){
2727
require('protractor-http-mock').config = {
2828
rootDirectory: __dirname, // default value: process.cwd()
29-
protractorConfig: 'my-protractor-config.conf' // default value: 'protractor.conf'
29+
protractorConfig: 'my-protractor-config.conf' // default value: 'protractor-conf.js'
3030
};
3131
}
3232

0 commit comments

Comments
 (0)