document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. it(\' - REMOVE METHOD\', function() {
  2.         service.remove(service.get(0));
  3.         expect(service.all()).not.toEqual(data);
  4.       });
');