com.dwolla.testutils.IOSpecPlatform.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testutils-scalatest-fs2_2.12 Show documentation
Show all versions of testutils-scalatest-fs2_2.12 Show documentation
Test utilities for Scala projects
The newest version!
package com.dwolla.testutils
import scala.concurrent.ExecutionContext
trait IOSpecPlatform { self: IOSpec =>
override implicit def executionContext: ExecutionContext = scala.concurrent.ExecutionContext.global
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy