Skip to content

2.0.1

Compare
Choose a tag to compare
@jonsamwell jonsamwell released this 02 May 08:20
· 51 commits to master since this release
  • BREAKING CHANGE: TestFailure is no longer thrown when an expect fails. Instead, use GherkinTestFailure when catching errors (i.e. replace on TestFailure catch with on GherkinTestFailure catch) (#37).