Skip to content

Instantly share code, notes, and snippets.

@SamSaffron
Created July 19, 2010 07:43
Show Gist options
  • Save SamSaffron/481114 to your computer and use it in GitHub Desktop.
Save SamSaffron/481114 to your computer and use it in GitHub Desktop.
[TestMethod]
public void TestAUserWithoutRepShouldNotBeAbleToPropose() {
var user = GetLowRepUser();
ShouldRaiseException<InsufficientRepException>(() => TagSynonym.ProposeSynonym(user, "f#", "f-sharp"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment