I’m just wondering if there are any examples that I could use as a starting point. I have to customize ember-data’s RESTAdapter and RESTSerializer and I would like to test that code as much as possible.
edit: I would like to clarify that by testing I was thinking about unit/intergation and acceptance testing.