+per #15279 FSM for PersistentActor

This commit is contained in:
leonidb 2014-11-09 14:12:36 +02:00
parent 122fdedd08
commit 09b6abd614
22 changed files with 3595 additions and 16 deletions

View file

@ -510,7 +510,7 @@ object PersistentActorSpec {
}
abstract class PersistentActorSpec(config: Config) extends AkkaSpec(config) with PersistenceSpec with ImplicitSender {
abstract class PersistentActorSpec(config: Config) extends PersistenceSpec(config) with ImplicitSender {
import PersistentActorSpec._
override protected def beforeEach() {