Skip to content

Instantly share code, notes, and snippets.

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