Skip to content

Instantly share code, notes, and snippets.

@uris77
Created April 15, 2013 18:56
Show Gist options
  • Select an option

  • Save uris77/5390422 to your computer and use it in GitHub Desktop.

Select an option

Save uris77/5390422 to your computer and use it in GitHub Desktop.
cart = (fudge.Fake('cart')
.provides('add')
.with_args('book')
.returns({'contents': ['book']})
.next_call()
.with_args('dvd')
.returns({'contents': ['book', 'dvd']}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment