ScalaTest equivalent of JUnit Rule temporary folder?

Viewed 570

Does ScalaTest include a fixture similar to the JUnit Rule temporary folder? If not, is there a commonly-used ScalaTest extension library that includes a fixture like that?

1 Answers
Related