Skip to content

Instantly share code, notes, and snippets.

@developwithpassion
Created July 6, 2011 18:58
Show Gist options
  • Save developwithpassion/1068044 to your computer and use it in GitHub Desktop.
Save developwithpassion/1068044 to your computer and use it in GitHub Desktop.
Working dwp.spec
public class when_doing_something :Observes<SomeClass>
{
It should_complete = () =>
{
sut.DoSomething().ShouldBeTrue();
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment