=pro #3759 Changed to using non-deprecated ScalaTest Matchers
This commit is contained in:
parent
b8c7d7badd
commit
003609c9c5
246 changed files with 2822 additions and 2822 deletions
|
|
@ -4,7 +4,7 @@
|
|||
package docs.config
|
||||
|
||||
import org.scalatest.WordSpec
|
||||
import org.scalatest.matchers.MustMatchers
|
||||
import org.scalatest.Matchers
|
||||
import akka.testkit.TestKit
|
||||
|
||||
//#imports
|
||||
|
|
@ -12,7 +12,7 @@ import akka.actor.ActorSystem
|
|||
import com.typesafe.config.ConfigFactory
|
||||
//#imports
|
||||
|
||||
class ConfigDocSpec extends WordSpec with MustMatchers {
|
||||
class ConfigDocSpec extends WordSpec with Matchers {
|
||||
|
||||
"programmatically configure ActorSystem" in {
|
||||
//#custom-config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue