cristeat / testing

0 stars 0 forks source link

Glue code return value #5

Open alexcomsa opened 5 years ago

alexcomsa commented 5 years ago

https://github.com/cristeat/testing/blob/9031f04dc6d08d1bbebfce026cebc625a124b7d5/src/test/java/TestSteps/DrivetestSteps.java#L23

Cucumber does not require you to return anything from glue step methods. Please change the return value to void.