Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Last active July 25, 2019 14:20
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/c0d1985a2a4064e04c232fb07e8c484c to your computer and use it in GitHub Desktop.
Save jasongorman/c0d1985a2a4064e04c232fb07e8c484c to your computer and use it in GitHub Desktop.
describe("buy a CD", function() {
describe("payment accepted", function() {
it("reduces stock count by 1", function() {
})
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment