Closed
Description
Now that #5932 has been merged we should migrate all tests to the new spec type. That means all tests should extend ZIOSpecDefault
instead of DefaultRunnableSpec
. We should deprecate DefaultRunnableSpec
and its related data types RunnableSpec
and AbstractRunnableSpec
. This will keep us on the latest spec implementation and allow us to identity any issues with it.
Copying @swoogles.