erikedin / Behavior.jl

Tool for Behavior Driven Development in Julia
Other
25 stars 3 forks source link

add import ParseOptions & argument in example #73

Closed mkschulze closed 3 years ago

mkschulze commented 3 years ago

Looks like the ParseOptions needs to be imported as well here. I also added the argument in the example, maybe obvious but helped me to start.

erikedin commented 3 years ago

Hi Mark, thanks for the fix. I think I'd prefer to fix it by adding another using statement though

using ExecutableSpecifications.Gherkin

I need to double check that it's the case on master, but I think the Gherkin submodule ought to export ParseOptions. I can take care of it and also make a separate section in the documentation on how to use ParseOptions. I'll close this PR if that's OK with you.

mkschulze commented 3 years ago

Ok, yes.