Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Last active July 25, 2019 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongorman/313b7905cc2ff0c0f2c5751ba41322b0 to your computer and use it in GitHub Desktop.
Save jasongorman/313b7905cc2ff0c0f2c5751ba41322b0 to your computer and use it in GitHub Desktop.
it("reduces stock count by 1", function() {
assert.equal(cd.stock, 1);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment