Skip to content

Instantly share code, notes, and snippets.

@patricksrobertson
Created July 22, 2012 11:27
Show Gist options
  • Save patricksrobertson/3159375 to your computer and use it in GitHub Desktop.
Save patricksrobertson/3159375 to your computer and use it in GitHub Desktop.
stubbing Backbone.fetch
collection = new Backbone.Collection
model = new Backbone.Model {title: 'fun times'}
fetchStub = sinon.collection.stub(collection, 'fetch').yieldsTo 'success', model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment