Skip to content

Instantly share code, notes, and snippets.

View aleksandrov's full-sized avatar

Dmytro Aleksandrov aleksandrov

View GitHub Profile

Keybase proof

I hereby claim:

  • I am aleksandrov on github.
  • I am aleksandrov (https://keybase.io/aleksandrov) on keybase.
  • I have a public key ASCbHK5dDeQHNEtqYv8i8hC8Mz3MZY3T_MZAIbdq3NI6Xwo

To claim this, I am signing this object:

@aleksandrov
aleksandrov / Spec.cs
Created July 8, 2014 17:54
For NEventStore PR #306
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using CommonDomain;
using CommonDomain.Core;
using CommonDomain.Persistence;
using CommonDomain.Persistence.EventStore;
using FluentAssertions;
using Machine.Specifications;
using NEventStore;