Skip to content

Instantly share code, notes, and snippets.

@scichelli
Created June 13, 2013 15:31
Show Gist options
  • Save scichelli/5774645 to your computer and use it in GitHub Desktop.
Save scichelli/5774645 to your computer and use it in GitHub Desktop.
Making an explicit test for Fixie
public class MyTestsExplicit
{
public void RunOnlyOnDemand()
{
throw new Exception("You ran me on purpose, didn't you?");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment