I got a custom Backbone.Collection class in Coffeescript.
I named it (it is responsible for pagination):
class SI.PaginatedCollection extends Backbone.Collection
I want to write Jasmine spec which will test do I extends that particular class.
Sorry for my English, I now it is probably horrible. ;)
PS I can parse Javascript, but Coffeescript would be ideal.