Jamstash/test/controllers/subsonic_test.js
Hyzual 2c6276cced Renames all tests according to angularseed's style convention.
Refactors subsonic service's getStarred method to use angular $http and to limit results on the client side since we can't do it with Subsonic's API.

Adds a working unit test for this new method.
2014-11-09 16:00:15 +01:00

4 lines
No EOL
64 B
JavaScript

describe("Subsonic controller", function() {
'use strict';
});