Martin,
I've committed the ReactiveMongo Journal. It uses IT tests instead of regular tests. To test against EventsourcingSpec you have to modify the following lines:
abstract class EventsourcingSpec[T <: EventsourcingFixture[_] : ClassTag] extends WordSpec with MustMatchers {
TO
abstract class EventsourcingSpec[T <: EventsourcingFixture[_] : ClassTag] extends WordSpec with MongodbReactiveSpecSupport with MustMatchers {
AND
class EventsourcingFixture[A] extends EventsourcingFixtureOps[A] with LeveldbSupport {
TO
class EventsourcingFixture[A] extends EventsourcingFixtureOps[A] with MongodbReactiveFixtureSupport {
All test pass.
Cheers,
Duncan
The preceding email message may contain confidential information of Viridity Energy, Inc. It is not intended for transmission to, or receipt by, any unauthorized persons. If you have received this message in error, please (i) do not read it, (ii) reply to the sender that you received the message in error, and (iii) erase or destroy the message.