AndrewKeig / protractor-cucumber

protractor-cucumber
MIT License
73 stars 59 forks source link

Significant captialization error in readme. #5

Closed kbaltrinic closed 10 years ago

kbaltrinic commented 10 years ago

The following code line in the readme is incorrect:

this.world = pc.world(seleniumAddress, options);

Specifically the first "w" needs to be capitalized:

this.World = pc.world(seleniumAddress, options);
jozzhart commented 10 years ago

This should be fixed with this pull

https://github.com/AndrewKeig/protractor-cucumber/pull/3