You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#32 - Do not omit 'skip' when false otherwise you cannot unskip trans…
…actions (#35)
* Do not omit 'skip' when false otherwise you cannot unskip transactions
* Update Gherkin spec to include non-omittable skip field
* Also update unit tests to include non-omitted skip field
Fix#11 by separating the responsibility to store and run hooks (#27)
* Fix#11 by separating the responsibility to store and run hooks
* Cleanup
Remove unused fields from hooks.DummyRunner
Fix type name in DummyRunner description
Fix some warnings during testing:
```
warn: Parser warning in file './apiary.apib': (warning code 10) message-body asset is expected to be a pre-formatted code block, separate it by a newline and indent every of its line by 8 spaces or 2 tabs on lines 3-4
warn: Parser warning in file './apiary.apib': (warning code 10) message-body asset is expected to be a pre-formatted code block, separate it by a newline and indent every of its line by 8 spaces or 2 tabs on lines 5-6
```
* Fix RPC service name
* Fix cucumber tests
* Get HooksRunner struct name via reflection to avoid a hardcoded string
* Remove vendored goodman packages