spec/javascripts/TransistorBackboneCollectionSpec.js in transistor-0.1.5 vs spec/javascripts/TransistorBackboneCollectionSpec.js in transistor-0.1.6

- old
+ new

@@ -17,10 +17,10 @@ } return stub; }()); - collection = Transistor.Backbone.Collection({ + collection = new Transistor.Backbone.Collection({ channel: 'news', radio: radio }) });