Reactive Mongo Journal

20 views
Skip to first unread message

ddevore

unread,
Apr 3, 2013, 11:13:43 PM4/3/13
to eventsou...@googlegroups.com
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.

Martin Krasser

unread,
Apr 4, 2013, 3:05:39 AM4/4/13
to eventsou...@googlegroups.com
Hi Duncan,

Great job, thanks a lot. This looks really good. I added my comments to https://github.com/eligosource/eventsourced/pull/86.

Am 04.04.13 05:13, schrieb ddevore:

ddevore

unread,
Apr 4, 2013, 4:22:23 PM4/4/13
to eventsou...@googlegroups.com, kras...@googlemail.com
Hi Martin,

I made the changes you suggested and committed. Let me know what you think.

Cheers,

DKD
Reply all
Reply to author
Forward
0 new messages