Skip to content

Instantly share code, notes, and snippets.

@unclejamal
Created September 18, 2013 20:37
Show Gist options
  • Save unclejamal/6615299 to your computer and use it in GitHub Desktop.
Save unclejamal/6615299 to your computer and use it in GitHub Desktop.
@Test
public void saysTheCurrentTime() {
givenTheCurrentTimeIs("20:15");
whenAUserChecksTheTime();
thenTheUserSees("It's currently 20:15!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment