Skip to content

Instantly share code, notes, and snippets.

@thecodejunkie
Created November 25, 2010 06:41
Show Gist options
  • Save thecodejunkie/715007 to your computer and use it in GitHub Desktop.
Save thecodejunkie/715007 to your computer and use it in GitHub Desktop.
$END$ appears to append an extra blank link
[Fact]
public void Should_$expectation$()
{
//Given
// When
// Then
throw new NotImplementedException();$END$
}
// OUTPUTS
[Fact]
public void Should_()
{
//Given
// When
// Then
throw new NotImplementedException();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment