Skip to content

Instantly share code, notes, and snippets.

@developwithpassion
Created July 6, 2011 18:46
Show Gist options
  • Save developwithpassion/1068016 to your computer and use it in GitHub Desktop.
Save developwithpassion/1068016 to your computer and use it in GitHub Desktop.
Non working mspec
public class SomeClassSpecs
{
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