Removed actorOf methods from AkkaSpec. See #1439
This commit is contained in:
parent
eb61173ff9
commit
f7d6393027
37 changed files with 164 additions and 171 deletions
|
|
@ -161,7 +161,7 @@ class ActorEventBusSpec extends EventBusSpec("ActorEventBus") {
|
|||
|
||||
def createEvents(numberOfEvents: Int) = (0 until numberOfEvents)
|
||||
|
||||
def createSubscriber(pipeTo: ActorRef) = actorOf(Props(new TestActorWrapperActor(pipeTo)))
|
||||
def createSubscriber(pipeTo: ActorRef) = system.actorOf(Props(new TestActorWrapperActor(pipeTo)))
|
||||
|
||||
def classifierFor(event: BusType#Event) = event.toString
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue