Skip to content

Instantly share code, notes, and snippets.

@mendicantx
Created March 7, 2012 21:06
Show Gist options
  • Save mendicantx/1996259 to your computer and use it in GitHub Desktop.
Save mendicantx/1996259 to your computer and use it in GitHub Desktop.
Testing
[Observation]
public void it_should_find_the_user()
{
result.FirstName.should_be_equal_to("Jason");
result.SID.should_be_equal_to("S-1-5-21-771950728-121863317-980507067-7249");
//If I ever leave the company, whoever has to fix this test will hate me. As I hated those who came before me.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment