Skip to content

Instantly share code, notes, and snippets.

@sprzybylski
Created July 4, 2013 11:14
Show Gist options
  • Select an option

  • Save sprzybylski/5926873 to your computer and use it in GitHub Desktop.

Select an option

Save sprzybylski/5926873 to your computer and use it in GitHub Desktop.
var view = new CounterView({
collection: new NotificationsCollection()
});
this.spy(view, 'render');
view.collection.add([{}]);
assert(view.render.calledOnce);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment