Skip to content

Instantly share code, notes, and snippets.

@patrickgombert
Created February 7, 2012 02:46
Show Gist options
  • Save patrickgombert/1756806 to your computer and use it in GitHub Desktop.
Save patrickgombert/1756806 to your computer and use it in GitHub Desktop.
More example AC
As a user
I have a hashmap with key '5' value '2' inserted
And I add key '5' value '3' to my hashmap
Then key '5' should have value '2'
And key '5' should have value '3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment