Make triggers pluggable (translations and syntax customisations)
Hotfix removing debug output from CLI
Fix ws in empty lines
Make And
trigger setup code or examples depending on its context
Add Or
as an example trigger
Remove support for Ruby < 3.1
Adapt gem to Ruby 3.1 (no more warnings \o/)
Add suport for Github Actions
Fix bug in output for speculate_about
Bring speculate_about
back again
Create binary speculate
Make alternate syntax the only syntax
Recursive Contexts
Fixed a bug when Given was preceded by (Then/And/But) in alternate_syntax
Alternate syntax now support the following triggers
- When | Given for include blocks (since 0.4.0)
- Then for examples (since 0.4.0)
- And | But for examples (since 0.4.1)
- named examples