Fix missing semicolon in cucumber support code

This commit is contained in:
Patrick Niklaus 2016-04-29 11:39:33 +02:00
parent 648646068c
commit 1d33cb96f5
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -131,7 +131,7 @@ module.exports = function () {
if (instructions) {
return instructions.legs.map(l => l.summary).join(',');
}
}
};
this.wayList = (instructions) => {
return this.extractInstructionList(instructions, s => s.name);