dkornishev / dherkin

Cucumber gherkin runtime for dart
BSD 2-Clause "Simplified" License
8 stars 5 forks source link

StepDef boilerplate extra {} #5

Closed Goutte closed 10 years ago

Goutte commented 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
}
dkornishev commented 10 years ago

fixed