Explicit string matching
- Add
step(exactly: String)
to explicitly exactly match a step instead of using regexes (fixes #142) - Add regex options to step definitions (thanks @ilyapuchka)
- Backgrounds in native tests
- Add assertion when unknown example key is being used