Closed Goutte closed 10 years ago
Also worth noting that the runner's generated StepDef boilerplates include an extra {} parameter that makes it crash (at least on my machine).
{}
@StepDef("I write something without parameters") i_write_something_without_parameters(ctx, params, {}) { // todo }
fixed
Also worth noting that the runner's generated StepDef boilerplates include an extra
{}
parameter that makes it crash (at least on my machine).