- [x] _create a suitable [MockBackend](https://angular.io/docs/js/latest/api/http/testing/MockBackend-class.html) to use in every service test #56_ - [x] [busses.ts](https://github.com/GSE-Project/SS2016-group3/blob/develop/BusDriveApp/app/components/Services/busses.ts) - [x] [lines.ts](https://github.com/GSE-Project/SS2016-group3/blob/develop/BusDriveApp/app/components/Services/lines.ts) - [x] [routes.ts](https://github.com/GSE-Project/SS2016-group3/blob/develop/BusDriveApp/app/components/Services/routes.ts) - [ ] [stops.ts](https://github.com/GSE-Project/SS2016-group3/blob/develop/BusDriveApp/app/components/Services/stops.ts) - [x] [customstops.ts](https://github.com/GSE-Project/SS2016-group3/blob/develop/BusDriveApp/app/components/Services/customstops.ts) I excluded [provider.ts](https://github.com/GSE-Project/SS2016-group3/blob/develop/BusDriveApp/app/components/Services/provider.ts), since it is easier to test our http Posts for the server group @mbaniasad
I excluded provider.ts, since it is easier to test our http Posts for the server group @mbaniasad