Skip to content

1.0.0

Compare
Choose a tag to compare
@daniel-shuy daniel-shuy released this 18 Jan 11:30
· 98 commits to master since this release

This release fixes Issue #2. ScriptedScalaTestSuiteMixin now extends BeforeAndAfterEach instead of BeforeAndAfter.

This is breaking change, if your ScalaTest Suite/Spec implements BeforeAndAfter's after method, without explicitly mixing in BeforeAndAfter. To fix it, simply mixin BeforeAndAfter.